mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
87b0378eb8
Summary: Native Animated tests were removed a while back because they were failing, this restores the existing tests and reorganize / cleanup them. It also adds new ones so we have at least one test for each public API. These tests mostly assert that the native animated module is called with the proper args. Closes https://github.com/facebook/react-native/pull/12775 Differential Revision: D4684968 Pulled By: ericvicenti fbshipit-source-id: 4783d5edd08101cab7c0ce2eec4f3ccd0fbc1d27
60 lines
856 B
Plaintext
60 lines
856 B
Plaintext
# Xcode
|
|
!**/*.xcodeproj
|
|
!**/*.pbxproj
|
|
!**/*.xcworkspacedata
|
|
!**/*.xcsettings
|
|
!**/*.xcscheme
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
*.xcuserstate
|
|
project.xcworkspace
|
|
|
|
# Gradle
|
|
/build/
|
|
/Examples/**/android/app/build/
|
|
/Examples/**/android/app/gradle/
|
|
/Examples/**/android/app/gradlew
|
|
/Examples/**/android/app/gradlew.bat
|
|
/ReactAndroid/build/
|
|
|
|
# Buck
|
|
.buckd
|
|
buck-out
|
|
/ReactAndroid/src/main/jni/prebuilt/lib/armeabi-v7a/
|
|
/ReactAndroid/src/main/jni/prebuilt/lib/x86/
|
|
/ReactAndroid/src/main/gen
|
|
|
|
# Android
|
|
.idea
|
|
.gradle
|
|
local.properties
|
|
*.iml
|
|
/android/
|
|
|
|
# Node
|
|
node_modules
|
|
*.log
|
|
.nvm
|
|
|
|
# OS X
|
|
.DS_Store
|
|
|
|
# Test generated files
|
|
/ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
|
|
*.js.meta
|
|
|
|
/coverage
|
|
/third-party
|