react-native-navigation的迁移库

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