Closed
Description
Fix: use prop-types with React 16
react@16
(apeerDependency
) did away with thePropTypes
export in favor of theprop-types
module.
The issue has been fixed in master. I don't think the fix made the 0.46-RC cut, so we'll also need to cherry-pick them into v0.46.0-rc.3.
Fix dev reloading on Android
- c639a1f - fix dev reloading - related to [Android] Unable to recreateReactContextInBackground #14533
Activity