Michael Oshogbunu

Results 9 comments of Michael Oshogbunu

> iOS seems to be fine. Android breaks on second try. That's one of the most stupid workarounds I did, but I was able to resolve it by forcing a...

Hey guys, I found a solution. https://stackoverflow.com/questions/60216889/react-native-modalbox-crashes-react-native-app-without-error-log/60216890#60216890

@desaiparv5 Do you have useRef() initialized and assigned to that modal?. Kindly share your code so I can assist.

@Infinitism Kindly share your code

if you are on android just sync your project with Gradle and re-run your app `npx react-native run-android`

Solved !! [Fix] Try restarting your emulator.

`npm install react-native-root-toast` // in your entry file like `App.js` or `index.js` `import { RootSiblingParent } from 'react-native-root-siblings'; ` ``` // in your render function return ( // use RootSiblingParent...

> ``` > ref={ref} > index={-1} > snapPoints={snapPoints} > onChange={handleSheetChanges}> > > ``` > > set index to **-1** to hide bottomsheet in default mode Works like charm !!!

> > Kindly update path in README to node module as `node_modules/react-native-color-grabber/color-grabber` > > where should we copy color-grabber? If you've installed color-grabber within your project folder and not globally,...