diff --git a/example/src/App.tsx b/example/src/App.tsx index f69c718..264d089 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -13,7 +13,7 @@ import { } from 'react-native' import { TrueSheet } from '@lodev09/react-native-true-sheet' -// import { times } from './utils' +import { times } from './utils' const CONTENT_PADDING = 16 const FOOTER_HEIGHT = 80 @@ -38,8 +38,8 @@ export default function App() { const sheet2 = useRef(null) const sheet3 = useRef(null) - const _scrollViewRef = useRef(null) - const _flatListRef = useRef(null) + const scrollViewRef = useRef(null) + const flatListRef = useRef(null) const presentSheet1 = (index = 0) => { sheet1.current?.present(index) @@ -67,20 +67,20 @@ export default function App() { > - {/*