Welcome to the examples directory! This directory contains a both an example app for expo and one for react-native bare workflow.
These apps share a common shared
package which contains all the testable code. When adding a new example, it should be added to the shared package and then pulled into both apps and tested.
Important
Changes made to the library should be tested in both the expo and bare react-native apps.