Skip to content

Commit 341970d

Browse files
nihgwufacebook-github-bot
authored andcommitted
update gitignore & fix links
Summary: fix the missing UIExplorer -> RNTester refactoring links Closes #14104 Differential Revision: D5105736 Pulled By: hramos fbshipit-source-id: f2a66325d08709c4967b254a1d674bf293bdd226
1 parent 3d3f74d commit 341970d

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

.buckconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
central = https://repo1.maven.org/maven2
1010

1111
[alias]
12-
movies = //Examples/Movies/android/app:app
1312
rntester = //RNTester/android/app:app

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

docs/Animations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ This means it does not work with `PanResponder` but does work with things like `
364364

365365
The 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

website/src/react-native/support.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)