switch to jotai

This commit is contained in:
austinried
2021-06-28 11:12:19 +09:00
parent 17f5639aef
commit 4606586102
13 changed files with 110 additions and 151 deletions

View File

@@ -1,11 +1,6 @@
import 'react-native-gesture-handler';
import 'react-native-get-random-values';
import { AppRegistry, LogBox } from 'react-native';
// ignore recoil's timer warning on android:
// https://github.com/facebookexperimental/Recoil/issues/1030
LogBox.ignoreLogs(["timer"]);
import { enableScreens } from 'react-native-screens';
enableScreens();