rnmapbox + ignite #2311
Replies: 2 comments 1 reply
-
@thertzelle Hey thanks for your interest in Ignite! What you'll have to do to utilize that package is build your own custom dev client (either locally or through EAS). This is the process that will enable that plugin for the native code you are looking to use and stay with Expo Then once you have that dev client, you can install it on your simulator or device and run with We have some guides on how to do this over at the Ignite Cookbook! Check out the guide here: https://infinitered.github.io/ignite-cookbook/docs/StayingWithExpo Hope that helps, feel free to ask any follow up questions or reach out to me on the community Slack! |
Beta Was this translation helpful? Give feedback.
-
@thertzelle that looks to be an issue with the config plugin they developed possibly. You can try making sure your project is Expo only with these steps and see if it clears anything up though: https://infinitered.github.io/ignite-cookbook/docs/PristineExpoProject
|
Beta Was this translation helpful? Give feedback.
-
I've been struggling all afternoon to understand how to use rnmapbox + ignite (https://github.com/rnmapbox/maps).
I follow the instructions they have here by installing the package with expo, then adding the information to plugin. But then their message "Next, rebuild your app as described in the "Adding custom native code" guide." is really vague.
When I tried to run
npx expo run:ios
on the ignite project, I immediately get a message:What am I doing wrong? How can I install extra package dependencies and use ignite ?
Beta Was this translation helpful? Give feedback.
All reactions