TripSit / tripsit-mobile

3 stars 0 forks source link

When i try to webview i get an error #12

Open LunarUrsan opened 2 years ago

LunarUrsan commented 2 years ago

./node_modules/react-native/Libraries/Performance/Systrace.js:205:3 Critical dependency: require function is used in a way in which dependencies cannot be statically extracted 203 | // with numeric IDs 204 | // TODO(davidaurelio) Scan polyfills for dependencies, too (t9759686)

205 | (require: any).Systrace = Systrace; | ^ 206 | } 207 | 208 | module.exports = Systrace;