Skip to content

Commit

Permalink
update gitignore & fix links
Browse files Browse the repository at this point in the history
Summary:
fix the missing UIExplorer -> RNTester refactoring links
Closes facebook#14104

Differential Revision: D5105736

Pulled By: hramos

fbshipit-source-id: f2a66325d08709c4967b254a1d674bf293bdd226
  • Loading branch information
nihgwu authored and facebook-github-bot committed May 22, 2017
1 parent 3d3f74d commit 341970d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
1 change: 0 additions & 1 deletion .buckconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
central = https://repo1.maven.org/maven2

[alias]
movies = //Examples/Movies/android/app:app
rntester = //RNTester/android/app:app
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ project.xcworkspace

# Gradle
/build/
/Examples/**/android/app/build/
/Examples/**/android/app/gradle/
/Examples/**/android/app/gradlew
/Examples/**/android/app/gradlew.bat
/RNTester/android/app/build/
/RNTester/android/app/gradle/
/RNTester/android/app/gradlew
/RNTester/android/app/gradlew.bat
/ReactAndroid/build/

# Buck
Expand Down
4 changes: 2 additions & 2 deletions docs/Animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ This means it does not work with `PanResponder` but does work with things like `

The RNTester app has various examples of `Animated` in use:

- [AnimatedGratuitousApp](https://github.com/facebook/react-native/tree/master/Examples/RNTester/js/AnimatedGratuitousApp)
- [NativeAnimationsExample](https://github.com/facebook/react-native/blob/master/Examples/RNTester/js/NativeAnimationsExample.js)
- [AnimatedGratuitousApp](https://github.com/facebook/react-native/tree/master/RNTester/js/AnimatedGratuitousApp)
- [NativeAnimationsExample](https://github.com/facebook/react-native/blob/master/RNTester/js/NativeAnimationsExample.js)

## `LayoutAnimation` API

Expand Down
3 changes: 0 additions & 3 deletions website/src/react-native/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ var support = React.createClass({
<li className="help-list-entry">
<a href="https://github.com/facebook/react-native/tree/master/RNTester">RNTester</a>
</li>
<li className="help-list-entry">
<a href="https://github.com/facebook/react-native/tree/master/Examples/Movies">Movies</a>
</li>
</ul>

<h2>Stay up to date</h2>
Expand Down

0 comments on commit 341970d

Please sign in to comment.