-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Native Compat Tracking Issue #661
Comments
heres some platform apis react-native sets up, good targets for attenuation https://github.com/facebook/react-native/blob/73108477589a18cecb303ef556fa3da02f8ca1b8/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp#L85-L137 |
I am not a React user, not well versed in React, and certainly not in React Native. How would I reproduce? |
@erights the incompatibilites can all be addressed by configuring or modifying react-native/metro, and ensuring ses itself is not transformed. so maybe we can close these issues. these were uncovered as part of our look at lavamoat-react-native, but that effort currently does not have a champion |
react-native compat exploration https://github.com/EtDu/rnSES |
Please @kumavis, mark #663 as done: It is a RN issue where we need to tell it to not transform the arrow functions at |
list of known incompatibilities with react-native
Promise.resolve.prototype
React Native Incompatibility: failed to delete intrinsics.Promise.resolve.prototype (shim) #663Object.getPrototypeOf
React Native Incompatibility: TypeError: (0 , _getPrototypeOf2.default) is not a function #699intrinsics.[object Object]syncGenerator%6length
React Native Incompatibility: "failed to delete intrinsics.[object Object]syncGenerator%6length" #660The text was updated successfully, but these errors were encountered: