Integrating React Native #2667
Replies: 3 comments 10 replies
-
Should we also consider moving the native port to another repo? ex: |
Beta Was this translation helpful? Give feedback.
-
I would highly suggest using React Native CLI rather than Expo CLI. The reason is when I was working with an Uber Clone Project, I used some libraries related to the map such as "react-native-geolocation-service", "react-native-maps", etc. And somehow some of their installation's documentations only pointed towards React Native CLI but not Expo CLI. This made me have to delete my Expo CLI project and moved to React Native CLI. But honestly, in my opinion, Expo CLI is way more easier to use than React Native. This is just my experience :D and so far I have just touch React Native for one time. |
Beta Was this translation helpful? Give feedback.
-
For the UI, maybe we can of use some UI library to make it a bit easier for css, such as React Native Elements, or Native Base. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone! After the meeting today I wanted to start a discussion on how we can move forward with the development of the React Native app! Things we should discuss are:
I have discussed some these in my blog but wanted to know what the community thought. I also need help starting the project with the community! Once we have things rolling we can create a project in the GitHub for future organization.
Beta Was this translation helpful? Give feedback.
All reactions