Posts

Showing posts from March, 2021

React Native app with simple steps

Image
   Love to create React Native app React Native is very demanding language to develop mobile app for both Android and iOS. This has "Learn Once and Write Anywhere". React Native combines the best parts of native development with React, a best-in-class JavaScript library for building user interfaces. Create a whole app from scratch:   TOY PROJECT TEST (REACT NATIVE) This is a ToyProject test application from scratch and it is created in React Native for android and iOS for learning to start. Some people face problem to set up and start application, might this will help to all learner. To create project from terminal Deepaks-Air:ReactNative dsharma$  npx react-native init ToyProject Run instructions for iOS:  cd "/Users/dsharma/ReactNative/ToyProject" &&  npx react-native run-ios or  Open ToyProject/ios/ToyProject.