nandorojo/burnt

Using without Expo config

baronha opened this issue · 7 comments

I'm using React Native Cli and not using Expo Config. How can I use this library?

simulator_screenshot_62A80D6F-0ED0-490A-BC72-3CC77EFD36A0

@baronha hey, just need to make sure you are installed Expo modules. here is an installation guide: https://docs.expo.dev/bare/installing-expo-modules/#manual-installation

is there a plan to make this work without expo module ? I have a react native project generated with react native cli that needs to support iOS 12 where expo module requires iOS 13

There aren’t plans for that. Why does it need to support iOS 12 out of curiosity?

IMG_3192

The expo instructions set the minimum version to 13.

@nandorojo Back to the problem. Can't React Native CLI use this package?

@baronha hey, just need to make sure you are installed Expo modules. here is an installation guide: https://docs.expo.dev/bare/installing-expo-modules/#manual-installation

Yes, with these instructions.

Thanks @nandorojo =((