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

@@ -22,7 +22,6 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-get-random-values": "^2.0.0",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "~3.31.1",
"react-native-web": "^0.21.0"