diff --git a/.buckconfig b/.buckconfig index 6252070a9b..19c2d6302e 100644 --- a/.buckconfig +++ b/.buckconfig @@ -9,5 +9,4 @@ central = https://repo1.maven.org/maven2 [alias] - movies = //Examples/Movies/android/app:app rntester = //RNTester/android/app:app diff --git a/.gitignore b/.gitignore index 57b9cbcb1c..8a860f1ed8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/docs/Animations.md b/docs/Animations.md index 39f1fecf32..bcb50863c0 100644 --- a/docs/Animations.md +++ b/docs/Animations.md @@ -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 diff --git a/website/src/react-native/support.js b/website/src/react-native/support.js index 4841e4395f..470ad77b3e 100644 --- a/website/src/react-native/support.js +++ b/website/src/react-native/support.js @@ -62,9 +62,6 @@ var support = React.createClass({
  • RNTester
  • -
  • - Movies -
  • Stay up to date