Brian Cooley-Gilliom
Brian Cooley-Gilliom
Hello! regarding: https://github.com/demchenkoalex/react-native-module-template#how-to-see-my-changes-immediately-in-the-example It seems like it works to have: ``` "main": "lib/index.js", "react-native": "src/index.tsx", ``` (shamelessly stolen from react-navigation 😆)
(works fine with default RN modal) ## Environment ``` System: OS: macOS 11.4 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 25.61 MB / 16.00 GB Shell: 3.2.57...
**Describe your feature request** When using react-navigation, it's sometimes nice to be able to define navOptions in the screen using `static navigationOptions = {...}`. other HOCs like connect, use `hoist-non-react-statics`...
Use full lodash library, update imports This should address the lodash.pick security issue (which seems to actually be unused?) and also switch to the recommended way to import lodash libraries...
It seems the guidance is to no longer use the individual imports (they are basically deprecated) the security issue is fixed in the main package as of 4.17.19, but I...