handling Expo apps
See original GitHub issueI’m pretty new to RN. As far as I understand Expo apps (created using create-react-native-app CLI) doesn’t have android
and ios
directories. In order to have them I have to detach from Expo my app. There is a way to use react-native-vector-icons without this breaking change?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8
Top Results From Across the Web
Handling Expo - Apps on Google Play
About this app. arrow_forward. B2B Handling Expo Connect With the right people at the right place easily and more effective. Updated on. Sep...
Read more >Handle platform differences
Expo is an open-source platform for making universal native apps for Android, ... Handle platform differences ... To use it, let's import it...
Read more >Handling Expo on the App Store
Read reviews, compare customer ratings, see screenshots, and learn more about Handling Expo. Download Handling Expo and enjoy it on your ...
Read more >Installation | React Native Gesture Handler
To use the version of react-native-gesture-handler that is compatible with your managed Expo project, run expo install react-native-gesture-handler . The Expo ...
Read more >Building React Native Apps — Expo or not?
With Expo, you can quickly publish updates to your app over the app, with ease. There is no native code, hence you don't...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Have you tried? npm install --save @expo/vector-icons
That way you have vector icons in your CRNA/Expo project https://expo.github.io/vector-icons/
@ykforerlang Yes I’m using that module, it’s the solution.