File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 99 central = https://repo1.maven.org/maven2
1010
1111[alias]
12- movies = //Examples/Movies/android/app:app
1312 rntester = //RNTester/android/app:app
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ project.xcworkspace
2323
2424# Gradle
2525/build /
26- /Examples / ** /android /app /build /
27- /Examples / ** /android /app /gradle /
28- /Examples / ** /android /app /gradlew
29- /Examples / ** /android /app /gradlew.bat
26+ /RNTester /android /app /build /
27+ /RNTester /android /app /gradle /
28+ /RNTester /android /app /gradlew
29+ /RNTester /android /app /gradlew.bat
3030/ReactAndroid /build /
3131
3232# Buck
Original file line number Diff line number Diff line change @@ -364,8 +364,8 @@ This means it does not work with `PanResponder` but does work with things like `
364364
365365The RNTester app has various examples of ` Animated ` in use:
366366
367- - [ AnimatedGratuitousApp] ( https://github.com/facebook/react-native/tree/master/Examples/ RNTester/js/AnimatedGratuitousApp )
368- - [ NativeAnimationsExample] ( https://github.com/facebook/react-native/blob/master/Examples/ RNTester/js/NativeAnimationsExample.js )
367+ - [ AnimatedGratuitousApp] ( https://github.com/facebook/react-native/tree/master/RNTester/js/AnimatedGratuitousApp )
368+ - [ NativeAnimationsExample] ( https://github.com/facebook/react-native/blob/master/RNTester/js/NativeAnimationsExample.js )
369369
370370## ` LayoutAnimation ` API
371371
Original file line number Diff line number Diff line change @@ -62,9 +62,6 @@ var support = React.createClass({
6262 < li className = "help-list-entry" >
6363 < a href = "https://github.com/facebook/react-native/tree/master/RNTester" > RNTester</ a >
6464 </ li >
65- < li className = "help-list-entry" >
66- < a href = "https://github.com/facebook/react-native/tree/master/Examples/Movies" > Movies</ a >
67- </ li >
6865 </ ul >
6966
7067 < h2 > Stay up to date</ h2 >
You can’t perform that action at this time.
0 commit comments