This commit is contained in:
Morten Olsen
2022-05-02 14:26:11 +02:00
commit d83a4aebc7
77 changed files with 16638 additions and 0 deletions

4
App.tsx Normal file
View File

@@ -0,0 +1,4 @@
import 'react-native-get-random-values';
import { App } from './src/app';
export default App;