From old way to EXPO #240
-
Hey Vamim! I hope you're doing well. Noticed the old tutorials are not using Expo, I tried following but seems everything has changed now that you're using Expo router. Am I still able to follow the old tutorials and implement expo as well? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, everything that's possible in rn-cli is also possible in Expo. There might be situation were you you have to adjust some things, so you need a bit of experience, but I recommend you try to go this route, with expo, and learn along the way. For example, there might be some alternative libraries that would be easier to integrate in expo. A very simple example, if in rn-cli we use react-native-vector-icons, in expo we would use expo vector-icons, wich is the same library, adjusted to work easier in expo. |
Beta Was this translation helpful? Give feedback.
Yes, everything that's possible in rn-cli is also possible in Expo. There might be situation were you you have to adjust some things, so you need a bit of experience, but I recommend you try to go this route, with expo, and learn along the way. For example, there might be some alternative libraries that would be easier to integrate in expo. A very simple example, if in rn-cli we use react-native-vector-icons, in expo we would use expo vector-icons, wich is the same library, adjusted to work easier in expo.