The idea of this is to list the App.js I used for library testing so
a. I don't need a mega repo for everything I tested in React Native (from the installation limitation on physical device to disk space and so on you don't want to have a standalone App for every library you tested)
b. easy demo in snack.io, which is also famous for 'bad to native modules' - so the dependency should be minimal
The current testing enviroment is RN 0.70.7+
list of "no redux" and "too complex"❈ alternative
- SWR* ([email protected])
- react-query (@tanstack/[email protected])
- Apollo client (@apollo/[email protected])
* avoid this in production
❈ if you insist, here is a guide for using relay in RN