mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 10:23:24 +00:00
8 lines
260 B
JavaScript
8 lines
260 B
JavaScript
import "expo-router/entry";
|
|
import "react-native-gesture-handler";
|
|
import "@react-native-anywhere/polyfill-base64";
|
|
import "text-encoding-polyfill";
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
import crypto from "react-native-quick-crypto";
|