react-native-web
react-native-web copied to clipboard
Remove 'fbjs' dependency from 'react-native-web'
Is there an existing request?
- [X] I have searched for this request
Describe the feature request
This will help to modernize related code, reduce bundle size, and improve the clarity of code throwing errors.
- [x] Replace 'fbjs/lib/ExecutionEnvironment' with inlined 'modules/canUseDOM'.
- https://github.com/necolas/react-native-web/pull/2336
- [ ] Replace 'fbjs/lib/invariant' with in-place errors in non-vendored code.
- [x] Replace 'fbjs/lib/performanceNow' with
performance.now
.- https://github.com/necolas/react-native-web/pull/2337