Skip to content

Instantly share code, notes, and snippets.

@TheUltDev
Last active June 13, 2022 10:27
Show Gist options
  • Save TheUltDev/8e4f197a821aa040b258733820d72023 to your computer and use it in GitHub Desktop.
Save TheUltDev/8e4f197a821aa040b258733820d72023 to your computer and use it in GitHub Desktop.
DrawerLayout: React Native [+Web]
import {DrawerLayoutAndroid} from 'react-native';
export {DrawerLayoutAndroid as DrawerLayout};
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