Initial commit of template
This commit is contained in:
13
index.ts
Normal file
13
index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import 'react-native-reanimated';
|
||||
// Import crypto polyfills first
|
||||
import './utils/crypto-setup';
|
||||
import './scripts/network-interceptor';
|
||||
|
||||
if (typeof document !== 'undefined') {
|
||||
const utilityScript = document.createElement('script');
|
||||
utilityScript.src = 'https://content.trynoah.ai/expo-utils.js';
|
||||
document.head.appendChild(utilityScript);
|
||||
}
|
||||
|
||||
// Then import the main expo-router entry
|
||||
import 'expo-router/entry';
|
||||
Reference in New Issue
Block a user