It would be great to be able to use Expo with Ignite.
Is it possible to write a boilerplate that combines the ignite-ir-boilerplate-2016 with what create-react-native-app generates?
Same question.
In that boilerplate, we use some native libraries (react-native-device-info, react-native-vector-icons, i18n) that are incompatible or different from CRNA/expo.
We'd have to separate that stuff in our boilerplate.
Here's what a separated & generated app might look like though: https://github.com/skellock/expo-with-ignite
Those plugins have an Expo equivalent. It's just a matter of small work to make everything work.
@minibbjd I'll add this to our discussion list for next meeting. cc @GantMan @skellock
Please make CRNA work with Ignite. I have tried Ignite recently and totally love it; however, CRNA has become an official part of react native now, thus moving forward with it is essential
@bubuzzz I'll be working on this soon, I expect you all to be awesome beta testers :D
As I cannot use ignite "native" hot reloading (https://github.com/infinitered/ignite/issues/1121) I made this working with Expo.
I had trouble with DevScreens (DeviceInfo related) but at least I can dev my App with hot reloading now and then copy paste my App and Tests dir into an ignite project.
It would be awesome to have this natively with an ignite boilerplate.
It would be awesome to have this natively with an ignite boilerplate.
Agree.
+1
Is this still in-progress and not yet completed? :( I'm all up for seeing Ignite being fully compatible with Expo.
Can't wait for some promising news on this.
Well its actually very easy to do so, you just need to copy App folder in a
fresh expo + put ignite dependencies in expo package.json
If you are interested, I can share my setup with you
Le 14 oct. 2017 09:29, "Dovydas Stepo" notifications@github.com a écrit :
Is this still in-progress and not yet completed? :( I'm all up for seeing
Ignite being fully compatible with Expo.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/infinitered/ignite/issues/1008#issuecomment-336616989,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADUhqatp6_2OiVdEjNQbGPv753jeZECuks5ssGLxgaJpZM4NMhlp
.
@l1br3 I'm definitely interested. Share your setup.
Well, I'll do it mid of next week.
Le 14 oct. 2017 13:50, "Dovydas Stepo" notifications@github.com a écrit :
@l1br3 https://github.com/l1br3 I'm definitely interested. Please share
your setup.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/infinitered/ignite/issues/1008#issuecomment-336629957,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADUhqfsXLZLOxho7x4892pAStql9IbxAks5ssKAAgaJpZM4NMhlp
.
@l1br3 No rush, mate, but by the mid of next week, I'll probably make one myself :)
What I realize is that my setup isn't a true ignite project as I cannot
compile. Its more the ignite boilerplate into an expo project. 30mn to set
it up
Le 14 oct. 2017 16:30, "Dovydas Stepo" notifications@github.com a écrit :
@l1br3 https://github.com/l1br3 No rush, mate, but by the mid of next
week, I'll probably make one myself :)—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/infinitered/ignite/issues/1008#issuecomment-336638448,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADUhqavwQsEtq5wNS4yJT_IbYx28-vQ0ks5ssMV3gaJpZM4NMhlp
.
Using Ignite to bootstrap an Expo project would be really excellent. I'm voting for this feature.
+1
We're talking internally about it! Will update when we have more info 👍
Does anyone have a working setup of the ignite boilerplate that works with expo?
@Miheegz The other day, @jbosse posted this in the Ignite Slack
I have a new repo with Expo.io integrated into a new Ignite 2.0 generated app.
Repo: https://github.com/jbosse/expo-with-ignite2
Expo: https://exp.host/@jbosse/expowithignite
https://infiniteredcommunity.slack.com/archives/C41PK1LAY/p1509827728000039
Someone asked me in the Slack about trying to create a boilerplate. I am interested in this but I have to learn how to make a boilerplate first :-). I have a production release next week so I probably won't get to it for a couple of weeks.
Thank you very much, @jbosse! I'll check it out.
@kenneho I just published a version of the boilerplate that integrates Expo. you should be able to get started by using the command ignite new MyLatestCreation -b ignite-expo-boilerplate. Please let me know how it works for you. You can file any issues here
@jbosse Thanks a lot - it works great! I got the same issue as reported here, but other than that it looks great - I've managed to get the application up and running using Ignite + Expo, so this is a real bonus. Thanks for the excellent work!
will soon test that sounds great thank you
Late to this party and new to react-native in general, but I'm testing out your work as well @jbosse.
Waiting for the CRNA support 👍
@XeCtvi you should totally make a boilerplate for that!
We're going to call this one solved by @jbosse the Boss. https://github.com/jbosse/ignite-expo-boilerplate
Most helpful comment
@bubuzzz I'll be working on this soon, I expect you all to be awesome beta testers :D