You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expo demo app should have a simple index.js or App.js file that imports and uses example/AllStories.js, in a similar fashion to example/native/index.js and example/web/example.js.
This would really help me as I had trouble with the native build of the example app on both Android and iOS.
I hope to contribute this in the near future.
The text was updated successfully, but these errors were encountered:
I found a nice guide: https://blog.callstack.io/adding-an-example-app-to-your-react-native-library-d23b9741a19c
The expo demo app should have a simple
index.js
orApp.js
file that imports and usesexample/AllStories.js
, in a similar fashion toexample/native/index.js
andexample/web/example.js
.This would really help me as I had trouble with the native build of the example app on both Android and iOS.
I hope to contribute this in the near future.
The text was updated successfully, but these errors were encountered: