Joseph Shearer
Joseph Shearer
Hi! I came across this project on my travels, and am interested in using it... is it still being developed/maintained? It seems the last release+commit was a year ago. Follow-up...
In the system I'm building, we have `ViewControllers` and `ViewControllerComponents`. Each ViewController type has a name, like `form_view`, `map_view`, etc. Each ViewController has specific ViewControllerComponents that correspond to it, like...
I'm using this library in conjunction with `pouchdb-adapter-react-native-sqlite` ultimately to act as a performant backend for RxDB: our use case is supporting potentially offline devices. I'm encountering a whole bunch...
After encountering and fixing the problem in #80, it appears that RN is actually still using the built in JSC instead of the one specified in ``` configurations.all { resolutionStrategy...