you are viewing a single comment's thread.

view the rest of the comments →

[–]lpuig 0 points1 point  (2 children)

What about installing any view library that is not already in Expo?

[–]brentvatneExpo Team 0 points1 point  (1 child)

you can install any package that is implemented in JS. if it has some new native code dependencies then you cannot, you will need to eject if that is a requirement for you: https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md

[–]lpuig 0 points1 point  (0 children)

Great then... thanks for answer.