File tree 4 files changed +6
-10
lines changed
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 9
9
central = https://repo1.maven.org/maven2
10
10
11
11
[alias]
12
- movies = //Examples/Movies/android/app:app
13
12
rntester = //RNTester/android/app:app
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ project.xcworkspace
23
23
24
24
# Gradle
25
25
/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
30
30
/ReactAndroid /build /
31
31
32
32
# 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 `
364
364
365
365
The RNTester app has various examples of ` Animated ` in use:
366
366
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 )
369
369
370
370
## ` LayoutAnimation ` API
371
371
Original file line number Diff line number Diff line change @@ -62,9 +62,6 @@ var support = React.createClass({
62
62
< li className = "help-list-entry" >
63
63
< a href = "https://github.com/facebook/react-native/tree/master/RNTester" > RNTester</ a >
64
64
</ li >
65
- < li className = "help-list-entry" >
66
- < a href = "https://github.com/facebook/react-native/tree/master/Examples/Movies" > Movies</ a >
67
- </ li >
68
65
</ ul >
69
66
70
67
< h2 > Stay up to date</ h2 >
You can’t perform that action at this time.
0 commit comments