v6.0.0
- Removed the
react-native-modalrequirement. Fore the modal we now use a thin layer of abstraction on top of the original React-Native modal component. Props that were mapped usingreactNativeModalPropsshould now be used directly on the container (e.g.:onBackdropPress). - Moved code to hooks (thanks @tyxou)