April 16, 2019 / by Sandeep Mishra / Javascript frameworks, Reactnative / 0 comments
Post Views: 2,637 Registering component process in react native, open your project folder. In root you can see index.js and App.js . In older version files name are index.ios.js and index.android.js. But it does not matter if you are coding for android you can use index.android.js and if you are coding for IOS you can […]
Read more
Registering Component in React Native : Part 2
April 16, 2019 / by Sandeep Mishra / Javascript frameworks, Reactnative / 0 comments
Post Views: 2,637 Registering component process in react native, open your project folder. In root you can see index.js and App.js . In older version files name are index.ios.js and index.android.js. But it does not matter if you are coding for android you can use index.android.js and if you are coding for IOS you can […]
Read more