diff --git a/react-native-file-selector/demo/file_selectorDemo.tsx b/react-native-file-selector/demo/file_selectorDemo.tsx new file mode 100644 index 00000000..e58ce44e --- /dev/null +++ b/react-native-file-selector/demo/file_selectorDemo.tsx @@ -0,0 +1,104 @@ +import { Button, SafeAreaView } from 'react-native'; +import FileSelector from 'react-native-file-selector'; +import { Tester, TestSuite, TestCase } from '@rnoh/testerino'; + +const App=()=>{ + return ( + + + { + expect(state).to.be.true + }} + initialState={false} + tags={['C_API']} + arrange={ + ({setState})=>{ + return (