A framework for building native apps with React.
http://facebook.github.io/react-native/
548a0a6a4f
Summary: Scenes with 0 opacity are being rendered on top of other scenes with full absolute positioning. On iOS this is fine, because the platform will not send touch events to a view with no opacity. On Android is poses a problem because the view on top, even with no opacity, is catching the touch events for the presented scene below. This change enhances the scene enabling and hiding logic, has better naming, and improves the documentation of it. @public Test Plan: Tested transitions and gestures in slow motion on iOS and Android |
||
---|---|---|
Examples | ||
IntegrationTests | ||
Libraries | ||
React | ||
jestSupport | ||
lint | ||
packager | ||
.eslintignore | ||
.eslintrc | ||
.flowconfig | ||
React.podspec | ||
linter.js | ||
package.json | ||
runXcodeTests.sh |