react-native-navigation的迁移库

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. dist
  2. .vscode/
  3. package-lock.json
  4. .history/
  5. ############
  6. # Node
  7. ############
  8. # Logs
  9. logs
  10. *.log
  11. npm-debug.log*
  12. # Runtime data
  13. pids
  14. *.pid
  15. *.seed
  16. # Directory for instrumented libs generated by jscoverage/JSCover
  17. lib-cov
  18. # Coverage directory used by tools like istanbul
  19. coverage
  20. # nyc test coverage
  21. .nyc_output
  22. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  23. .grunt
  24. # node-waf configuration
  25. .lock-wscript
  26. # Compiled binary addons (http://nodejs.org/api/addons.html)
  27. build/Release
  28. # Dependency directories
  29. node_modules
  30. jspm_packages
  31. # Optional npm cache directory
  32. .npm
  33. # Optional REPL history
  34. .node_repl_history
  35. ################
  36. # JetBrains
  37. ################
  38. .idea
  39. ## File-based project format:
  40. *.iws
  41. ## Plugin-specific files:
  42. # IntelliJ
  43. /out/
  44. # mpeltonen/sbt-idea plugin
  45. .idea_modules/
  46. # JIRA plugin
  47. atlassian-ide-plugin.xml
  48. # Crashlytics plugin (for Android Studio and IntelliJ)
  49. com_crashlytics_export_strings.xml
  50. crashlytics.properties
  51. crashlytics-build.properties
  52. fabric.properties
  53. ############
  54. # iOS
  55. ############
  56. # Xcode
  57. #
  58. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  59. ## Build generated
  60. ios/build/
  61. ios/DerivedData/
  62. ## Various settings
  63. *.pbxuser
  64. !default.pbxuser
  65. *.mode1v3
  66. !default.mode1v3
  67. *.mode2v3
  68. !default.mode2v3
  69. *.perspectivev3
  70. !default.perspectivev3
  71. ios/xcuserdata/
  72. ## Other
  73. *.moved-aside
  74. *.xcuserstate
  75. ## Obj-C/Swift specific
  76. *.hmap
  77. *.ipa
  78. *.dSYM.zip
  79. *.dSYM
  80. # CocoaPods
  81. #
  82. # We recommend against adding the Pods directory to your .gitignore. However
  83. # you should judge for yourself, the pros and cons are mentioned at:
  84. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  85. #
  86. ios/Pods/
  87. # Carthage
  88. #
  89. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  90. # Carthage/Checkouts
  91. Carthage/Build
  92. # fastlane
  93. #
  94. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  95. # screenshots whenever they are needed.
  96. # For more information about the recommended setup visit:
  97. # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  98. fastlane/report.xml
  99. fastlane/screenshots
  100. ############
  101. # Android
  102. ############
  103. # Built application files
  104. *.apk
  105. *.ap_
  106. # Files for the Dalvik VM
  107. *.dex
  108. # Java class files
  109. *.class
  110. # Generated files
  111. android/bin/
  112. android/gen/
  113. android/out/
  114. # Gradle files
  115. android/.gradle/
  116. android/build/
  117. # Local configuration file (sdk path, etc)
  118. local.properties
  119. # Proguard folder generated by Eclipse
  120. android/proguard/
  121. # Log Files
  122. *.log
  123. # Android Studio Navigation editor temp files
  124. android/.navigation/
  125. # Android Studio captures folder
  126. android/captures/
  127. # Intellij
  128. *.iml
  129. # Keystore files
  130. *.jks
  131. ##################
  132. # React-Native
  133. ##################
  134. # OSX
  135. #
  136. .DS_Store
  137. # Xcode
  138. #
  139. build/
  140. *.pbxuser
  141. !default.pbxuser
  142. *.mode1v3
  143. !default.mode1v3
  144. *.mode2v3
  145. !default.mode2v3
  146. *.perspectivev3
  147. !default.perspectivev3
  148. xcuserdata
  149. *.xccheckout
  150. *.moved-aside
  151. DerivedData
  152. *.hmap
  153. *.ipa
  154. *.xcuserstate
  155. project.xcworkspace
  156. # Android/IJ
  157. #
  158. .idea
  159. .gradle
  160. local.properties
  161. # node.js
  162. #
  163. node_modules/
  164. npm-debug.log
  165. # BUCK
  166. buck-out/
  167. \.buckd/
  168. #IDE files
  169. android/app/libs
  170. android/keystores/debug.keystore
  171. AndroidE2E/.project
  172. AndroidE2E/app/.project
  173. lib/android/.project
  174. playground/android/.project
  175. AndroidE2E/app/.classpath
  176. AndroidE2E/app/.settings/
  177. AndroidE2E/app/bin/
  178. lib/android/.settings/
  179. lib/android/app/.settings/
  180. playground/android/.settings/
  181. playground/android/app/.settings/
  182. AndroidE2E/.settings/