refactor: replace nanoid with Math.random() for ID generation and remove the react-native-get-random-values dependency.

This commit is contained in:
2026-03-18 10:25:58 +00:00
parent 1c68449e05
commit 13e0acd27d
4 changed files with 2 additions and 24 deletions

View File

@@ -1,4 +1,3 @@
import 'react-native-get-random-values';
import { registerRootComponent } from 'expo';
import App from './App';