Browse Source

Rename example directory

Mathieu Acthernoene 8 years ago
parent
commit
f98e73ddbf
49 changed files with 3 additions and 3 deletions
  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

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

+ 1 - 1
.prettierignore

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

+ 1 - 1
ReactNativePermissions.podspec

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

+ 0 - 0
Example/.babelrc → example/.babelrc


+ 0 - 0
Example/.buckconfig → example/.buckconfig


+ 0 - 0
Example/.flowconfig → example/.flowconfig


+ 0 - 0
Example/.gitattributes → example/.gitattributes


+ 0 - 0
Example/.gitignore → example/.gitignore


+ 0 - 0
Example/.watchmanconfig → example/.watchmanconfig


+ 0 - 0
Example/Example.js → example/Example.js


+ 0 - 0
Example/__tests__/index.android.js → example/__tests__/index.android.js


+ 0 - 0
Example/__tests__/index.ios.js → example/__tests__/index.ios.js


+ 0 - 0
Example/android/app/BUCK → example/android/app/BUCK


+ 0 - 0
Example/android/app/build.gradle → example/android/app/build.gradle


+ 0 - 0
Example/android/app/proguard-rules.pro → example/android/app/proguard-rules.pro


+ 0 - 0
Example/android/app/src/main/AndroidManifest.xml → example/android/app/src/main/AndroidManifest.xml


+ 0 - 0
Example/android/app/src/main/java/com/example/MainActivity.java → example/android/app/src/main/java/com/example/MainActivity.java


+ 0 - 0
Example/android/app/src/main/java/com/example/MainApplication.java → example/android/app/src/main/java/com/example/MainApplication.java


+ 0 - 0
Example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png → example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png


+ 0 - 0
Example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png → example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png


+ 0 - 0
Example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png → example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png


+ 0 - 0
Example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png → example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png


+ 0 - 0
Example/android/app/src/main/res/values/strings.xml → example/android/app/src/main/res/values/strings.xml


+ 0 - 0
Example/android/app/src/main/res/values/styles.xml → example/android/app/src/main/res/values/styles.xml


+ 0 - 0
Example/android/build.gradle → example/android/build.gradle


+ 0 - 0
Example/android/gradle.properties → example/android/gradle.properties


+ 0 - 0
Example/android/gradle/wrapper/gradle-wrapper.jar → example/android/gradle/wrapper/gradle-wrapper.jar


+ 0 - 0
Example/android/gradle/wrapper/gradle-wrapper.properties → example/android/gradle/wrapper/gradle-wrapper.properties


+ 0 - 0
Example/android/gradlew → example/android/gradlew


+ 0 - 0
Example/android/gradlew.bat → example/android/gradlew.bat


+ 0 - 0
Example/android/keystores/BUCK → example/android/keystores/BUCK


+ 0 - 0
Example/android/keystores/debug.keystore.properties → example/android/keystores/debug.keystore.properties


+ 0 - 0
Example/android/settings.gradle → example/android/settings.gradle


+ 0 - 0
Example/index.android.js → example/index.android.js


+ 0 - 0
Example/index.ios.js → example/index.ios.js


+ 0 - 0
Example/ios/Example-tvOS/Info.plist → example/ios/Example-tvOS/Info.plist


+ 0 - 0
Example/ios/Example-tvOSTests/Info.plist → example/ios/Example-tvOSTests/Info.plist


+ 0 - 0
Example/ios/Example.xcodeproj/project.pbxproj → example/ios/Example.xcodeproj/project.pbxproj


+ 0 - 0
Example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example-tvOS.xcscheme → example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example-tvOS.xcscheme


+ 0 - 0
Example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme → example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme


+ 0 - 0
Example/ios/Example/AppDelegate.h → example/ios/Example/AppDelegate.h


+ 0 - 0
Example/ios/Example/AppDelegate.m → example/ios/Example/AppDelegate.m


+ 0 - 0
Example/ios/Example/Base.lproj/LaunchScreen.xib → example/ios/Example/Base.lproj/LaunchScreen.xib


+ 0 - 0
Example/ios/Example/Images.xcassets/AppIcon.appiconset/Contents.json → example/ios/Example/Images.xcassets/AppIcon.appiconset/Contents.json


+ 0 - 0
Example/ios/Example/Info.plist → example/ios/Example/Info.plist


+ 0 - 0
Example/ios/Example/main.m → example/ios/Example/main.m


+ 0 - 0
Example/ios/ExampleTests/ExampleTests.m → example/ios/ExampleTests/ExampleTests.m


+ 0 - 0
Example/ios/ExampleTests/Info.plist → example/ios/ExampleTests/Info.plist


+ 0 - 0
Example/package.json → example/package.json