lelandrichardson / react-primitives

Primitive React Interfaces Across Targets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add example app build that uses expo

brodybits opened this issue · comments

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