Peddinti Sriram Bharadwajsriram9217reactnative.hashnode.dev·May 1, 2024Configure your app with minimal code using App.jsonThe fields:- The app.json file is a configuration file for Expo and React Native projects. It contains settings that are used when building and running your app. Here's a breakdown of the fields in the default app.json file that is created when the p...134 readsReact Native
Jyotiprakash Mishrablog.jyotiprakash.org·Dec 24, 2023Build your structures differentlyIn C programming, structures are used to group different types of variables under a single name. Initializing a structure involves setting its member variables to specific values. Here are different ways to initialize structures in C, along with exam...62 readsC Programmingstruct