nandorojo / burnt

Crunchy toasts for React Native. 🍞
MIT License
1.16k stars 36 forks source link

Using without Expo config #20

Closed baronha closed 1 year ago

baronha commented 1 year ago

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

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

alantoa commented 1 year ago

@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

bryanltobing commented 1 year ago

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

nandorojo commented 1 year ago

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

IMG_3192

nandorojo commented 1 year ago

The expo instructions set the minimum version to 13.

baronha commented 1 year ago

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

nandorojo commented 1 year ago

@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.

baronha commented 1 year ago

Thanks @nandorojo =((