react-native-web icon indicating copy to clipboard operation
react-native-web copied to clipboard

Remove 'fbjs' dependency from 'react-native-web'

Open necolas opened this issue 2 years ago • 0 comments

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

necolas avatar Jul 06 '22 23:07 necolas