Summary:
fix the missing UIExplorer -> RNTester refactoring links
Closes https://github.com/facebook/react-native/pull/14104

Differential Revision: D5105736

Pulled By: hramos

fbshipit-source-id: f2a66325d08709c4967b254a1d674bf293bdd226
This commit is contained in:
Neo 2017-05-22 12:55:07 -07:00 коммит произвёл Facebook Github Bot
Родитель 3d3f74dc72
Коммит 341970d9c7
4 изменённых файлов: 6 добавлений и 10 удалений

Просмотреть файл

@ -9,5 +9,4 @@
central = https://repo1.maven.org/maven2 central = https://repo1.maven.org/maven2
[alias] [alias]
movies = //Examples/Movies/android/app:app
rntester = //RNTester/android/app:app rntester = //RNTester/android/app:app

8
.gitignore поставляемый
Просмотреть файл

@ -23,10 +23,10 @@ project.xcworkspace
# Gradle # Gradle
/build/ /build/
/Examples/**/android/app/build/ /RNTester/android/app/build/
/Examples/**/android/app/gradle/ /RNTester/android/app/gradle/
/Examples/**/android/app/gradlew /RNTester/android/app/gradlew
/Examples/**/android/app/gradlew.bat /RNTester/android/app/gradlew.bat
/ReactAndroid/build/ /ReactAndroid/build/
# Buck # Buck

Просмотреть файл

@ -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: The RNTester app has various examples of `Animated` in use:
- [AnimatedGratuitousApp](https://github.com/facebook/react-native/tree/master/Examples/RNTester/js/AnimatedGratuitousApp) - [AnimatedGratuitousApp](https://github.com/facebook/react-native/tree/master/RNTester/js/AnimatedGratuitousApp)
- [NativeAnimationsExample](https://github.com/facebook/react-native/blob/master/Examples/RNTester/js/NativeAnimationsExample.js) - [NativeAnimationsExample](https://github.com/facebook/react-native/blob/master/RNTester/js/NativeAnimationsExample.js)
## `LayoutAnimation` API ## `LayoutAnimation` API

3
website/src/react-native/support.js поставляемый
Просмотреть файл

@ -62,9 +62,6 @@ var support = React.createClass({
<li className="help-list-entry"> <li className="help-list-entry">
<a href="https://github.com/facebook/react-native/tree/master/RNTester">RNTester</a> <a href="https://github.com/facebook/react-native/tree/master/RNTester">RNTester</a>
</li> </li>
<li className="help-list-entry">
<a href="https://github.com/facebook/react-native/tree/master/Examples/Movies">Movies</a>
</li>
</ul> </ul>
<h2>Stay up to date</h2> <h2>Stay up to date</h2>