Merlier
Merlier
I have same issue too with react-native 0.62.2
> ## Describe the Feature > > `npm install ` creates a symbolic link to the package directory. This is useful for monorepos as well as iterating on a package...
I pushed a PR to fix this issue. #83
I have the same issue. Since the upgrade to RN0.62.2, toast doesn't show in both calling api or component. There's something when you fix, in the code below, the useState...
I've found a temporary solution. As the issue comes from the react-native-root-siblings module and the ToastContainer component is exported (see [here](https://github.com/magicismight/react-native-root-toast/commit/657e6e61a22e539338a5c979dabf4a9443f33ead)), we can just use the ToastContainer component. ## Code...
I pushed a PR to fix this issue. [https://github.com/talut/rn-secure-storage/pull/62](https://github.com/talut/rn-secure-storage/pull/62)
I'm interesting by adding testID for each options to support test automation. So I opened a PR: https://github.com/peacechen/react-native-modal-selector/pull/148 Hope it will help PS: Let me know about the PR if...
> I merged @Merlier 's PR 148 with minor tweaks. This is currently on the master branch (hopefully Github will rename that to main). Until the next version is published,...