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
Header Card Component in React Native : Part 3
April 6, 2019 / by Sandeep Mishra / Javascript frameworks, Reactnative / 0 comments
Post Views: 1,552 Card component use to create Header in react native. Now we will create a common folder for common design component . By Using props and children props we will get data in these design component. Create new folder src in your project folder Now create a new folder common in src folder […]
Read more