Last active
June 13, 2022 10:27
-
-
Save TheUltDev/8e4f197a821aa040b258733820d72023 to your computer and use it in GitHub Desktop.
DrawerLayout: React Native [+Web]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {DrawerLayoutAndroid} from 'react-native'; | |
export {DrawerLayoutAndroid as DrawerLayout}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import DrawerLayout from 'react-native-gesture-handler/DrawerLayout'; | |
export {DrawerLayout}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment