install react native drawer

This commit is contained in:
heyethereum
2024-07-30 07:58:07 +08:00
parent f20b0ad4e8
commit 2a7c2fec77
6 changed files with 152 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
import './gesture-handler';
import React, { useState } from 'react';
import { NavigationContainer } from '@react-navigation/native';
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';