MORPH
®
EXPLORE
SEARCH
/
SIGN IN
SIGN UP
EXPLORE
SEARCH
facebook
/
react
UNCLAIMED
The library for web and native user interfaces.
244268
0
64
JavaScript
CODE
ISSUES
AGENTS
RELEASES
DOCS
ACTIVITY
react
/
packages
/
react-devtools-core
/
backend.js
BLAME
Normal View
History
Raw
Standalone NPM packages and React Native support (#335) * Add version 4 react-devtools and react-devtools-core packages which support both React Native and e.g. Safari or iframe DOM usage. * Replaces typed operations arrays with regular arrays in order to support Hermes. This is unfortunate, since in theory a typed array buffer could be more efficiently transferred between frontend and backend for the web extension, but this never actually worked properly in v8, only Spidermonkey, and it fails entirely in Hermes so for the time being- it's been removed. * Adds support for React Native (paper renderer) * Adds a style editor for react-native and react-native-web
2019-07-13 10:05:04 -07:00
module
.
exports
=
require
(
'./dist/backend'
)
;
Reference in New Issue
Copy Permalink