I just installed node.js & cli
installed node.js
installed react-native-cli
npm -g react-native-cli
And created a 'new project'.
react-native init new_project
and inside that 'new_project' directory, I tired to see if metro bundler works well.
react-native …
I followed following link to get started with react-native
Getting started with react native
I tried to create native app without expo
so i as per documentation i followed following command
npm install -g react-native-cli
react-native init AwesomeProject
After run …
I am learning react native programming for android mobile apps. I am making a screen where I need to set height of button. I have added button in view and set the height of using style however there is no …