This diff adds the `BottomSheetModalProvider` to our tree of providers in the root component. We need to add this provider so we can open up the bottom sheet from anywhere in the app
Used the following docs to help me with this implementation:
- https://gorhom.github.io/react-native-bottom-sheet/modal
- https://gorhom.github.io/react-native-bottom-sheet/modal/usage