Selaa lähdekoodia

Rename example directory

Mathieu Acthernoene 7 vuotta sitten
vanhempi
commit
f98e73ddbf
49 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1
    1
      .npmignore
  2. 1
    1
      .prettierignore
  3. 1
    1
      ReactNativePermissions.podspec
  4. 0
    0
      example/.babelrc
  5. 0
    0
      example/.buckconfig
  6. 0
    0
      example/.flowconfig
  7. 0
    0
      example/.gitattributes
  8. 0
    0
      example/.gitignore
  9. 0
    0
      example/.watchmanconfig
  10. 0
    0
      example/Example.js
  11. 0
    0
      example/__tests__/index.android.js
  12. 0
    0
      example/__tests__/index.ios.js
  13. 0
    0
      example/android/app/BUCK
  14. 0
    0
      example/android/app/build.gradle
  15. 0
    0
      example/android/app/proguard-rules.pro
  16. 0
    0
      example/android/app/src/main/AndroidManifest.xml
  17. 0
    0
      example/android/app/src/main/java/com/example/MainActivity.java
  18. 0
    0
      example/android/app/src/main/java/com/example/MainApplication.java
  19. 0
    0
      example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  20. 0
    0
      example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  21. 0
    0
      example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  22. 0
    0
      example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  23. 0
    0
      example/android/app/src/main/res/values/strings.xml
  24. 0
    0
      example/android/app/src/main/res/values/styles.xml
  25. 0
    0
      example/android/build.gradle
  26. 0
    0
      example/android/gradle.properties
  27. 0
    0
      example/android/gradle/wrapper/gradle-wrapper.jar
  28. 0
    0
      example/android/gradle/wrapper/gradle-wrapper.properties
  29. 0
    0
      example/android/gradlew
  30. 0
    0
      example/android/gradlew.bat
  31. 0
    0
      example/android/keystores/BUCK
  32. 0
    0
      example/android/keystores/debug.keystore.properties
  33. 0
    0
      example/android/settings.gradle
  34. 0
    0
      example/index.android.js
  35. 0
    0
      example/index.ios.js
  36. 0
    0
      example/ios/Example-tvOS/Info.plist
  37. 0
    0
      example/ios/Example-tvOSTests/Info.plist
  38. 0
    0
      example/ios/Example.xcodeproj/project.pbxproj
  39. 0
    0
      example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example-tvOS.xcscheme
  40. 0
    0
      example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme
  41. 0
    0
      example/ios/Example/AppDelegate.h
  42. 0
    0
      example/ios/Example/AppDelegate.m
  43. 0
    0
      example/ios/Example/Base.lproj/LaunchScreen.xib
  44. 0
    0
      example/ios/Example/Images.xcassets/AppIcon.appiconset/Contents.json
  45. 0
    0
      example/ios/Example/Info.plist
  46. 0
    0
      example/ios/Example/main.m
  47. 0
    0
      example/ios/ExampleTests/ExampleTests.m
  48. 0
    0
      example/ios/ExampleTests/Info.plist
  49. 0
    0
      example/package.json

+ 1
- 1
.npmignore Näytä tiedosto

@@ -1 +1 @@
1
-Example
1
+example

+ 1
- 1
.prettierignore Näytä tiedosto

@@ -1 +1 @@
1
-Example/node_modules/
1
+example/node_modules/

+ 1
- 1
ReactNativePermissions.podspec Näytä tiedosto

@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19 19
 
20 20
   s.preserve_paths      = 'docs', 'CHANGELOG.md', 'LICENSE', 'package.json', 'ReactNativePermissions.ios.js'
21 21
   s.source_files        = '**/*.{h,m}'
22
-  s.exclude_files       = 'Example/**/*'
22
+  s.exclude_files       = 'example/**/*'
23 23
 end

Example/.babelrc → example/.babelrc Näytä tiedosto


Example/.buckconfig → example/.buckconfig Näytä tiedosto


Example/.flowconfig → example/.flowconfig Näytä tiedosto


Example/.gitattributes → example/.gitattributes Näytä tiedosto


Example/.gitignore → example/.gitignore Näytä tiedosto


Example/.watchmanconfig → example/.watchmanconfig Näytä tiedosto


Example/Example.js → example/Example.js Näytä tiedosto


Example/__tests__/index.android.js → example/__tests__/index.android.js Näytä tiedosto


Example/__tests__/index.ios.js → example/__tests__/index.ios.js Näytä tiedosto


Example/android/app/BUCK → example/android/app/BUCK Näytä tiedosto


Example/android/app/build.gradle → example/android/app/build.gradle Näytä tiedosto


Example/android/app/proguard-rules.pro → example/android/app/proguard-rules.pro Näytä tiedosto


Example/android/app/src/main/AndroidManifest.xml → example/android/app/src/main/AndroidManifest.xml Näytä tiedosto


Example/android/app/src/main/java/com/example/MainActivity.java → example/android/app/src/main/java/com/example/MainActivity.java Näytä tiedosto


Example/android/app/src/main/java/com/example/MainApplication.java → example/android/app/src/main/java/com/example/MainApplication.java Näytä tiedosto


Example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png → example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png Näytä tiedosto


Example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png → example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png Näytä tiedosto


Example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png → example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png Näytä tiedosto


Example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png → example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png Näytä tiedosto


Example/android/app/src/main/res/values/strings.xml → example/android/app/src/main/res/values/strings.xml Näytä tiedosto


Example/android/app/src/main/res/values/styles.xml → example/android/app/src/main/res/values/styles.xml Näytä tiedosto


Example/android/build.gradle → example/android/build.gradle Näytä tiedosto


Example/android/gradle.properties → example/android/gradle.properties Näytä tiedosto


Example/android/gradle/wrapper/gradle-wrapper.jar → example/android/gradle/wrapper/gradle-wrapper.jar Näytä tiedosto


Example/android/gradle/wrapper/gradle-wrapper.properties → example/android/gradle/wrapper/gradle-wrapper.properties Näytä tiedosto


Example/android/gradlew → example/android/gradlew Näytä tiedosto


Example/android/gradlew.bat → example/android/gradlew.bat Näytä tiedosto


Example/android/keystores/BUCK → example/android/keystores/BUCK Näytä tiedosto


Example/android/keystores/debug.keystore.properties → example/android/keystores/debug.keystore.properties Näytä tiedosto


Example/android/settings.gradle → example/android/settings.gradle Näytä tiedosto


Example/index.android.js → example/index.android.js Näytä tiedosto


Example/index.ios.js → example/index.ios.js Näytä tiedosto


Example/ios/Example-tvOS/Info.plist → example/ios/Example-tvOS/Info.plist Näytä tiedosto


Example/ios/Example-tvOSTests/Info.plist → example/ios/Example-tvOSTests/Info.plist Näytä tiedosto


Example/ios/Example.xcodeproj/project.pbxproj → example/ios/Example.xcodeproj/project.pbxproj Näytä tiedosto


Example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example-tvOS.xcscheme → example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example-tvOS.xcscheme Näytä tiedosto


Example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme → example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme Näytä tiedosto


Example/ios/Example/AppDelegate.h → example/ios/Example/AppDelegate.h Näytä tiedosto


Example/ios/Example/AppDelegate.m → example/ios/Example/AppDelegate.m Näytä tiedosto


Example/ios/Example/Base.lproj/LaunchScreen.xib → example/ios/Example/Base.lproj/LaunchScreen.xib Näytä tiedosto


Example/ios/Example/Images.xcassets/AppIcon.appiconset/Contents.json → example/ios/Example/Images.xcassets/AppIcon.appiconset/Contents.json Näytä tiedosto


Example/ios/Example/Info.plist → example/ios/Example/Info.plist Näytä tiedosto


Example/ios/Example/main.m → example/ios/Example/main.m Näytä tiedosto


Example/ios/ExampleTests/ExampleTests.m → example/ios/ExampleTests/ExampleTests.m Näytä tiedosto


Example/ios/ExampleTests/Info.plist → example/ios/ExampleTests/Info.plist Näytä tiedosto


Example/package.json → example/package.json Näytä tiedosto