Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. $ react-native info
  2. info
  3. React Native Environment Info:
  4. System:
  5. OS: macOS 10.14.4
  6. CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
  7. Memory: 972.16 MB / 8.00 GB
  8. Shell: 3.2.57 - /bin/bash
  9. Binaries:
  10. Node: 10.15.0 - /usr/local/bin/node
  11. Yarn: 1.15.2 - /usr/local/bin/yarn
  12. npm: 6.9.0 - /usr/local/bin/npm
  13. Watchman: 4.9.0 - /usr/local/bin/watchman
  14. SDKs:
  15. iOS SDK:
  16. Platforms: iOS 12.2, macOS 10.14, tvOS 12.2, watchOS 5.2
  17. Android SDK:
  18. API Levels: 21, 22, 24, 25, 26, 27, 28
  19. Build Tools: 25.0.0, 26.0.0, 26.0.2, 26.0.3, 27.0.1, 27.0.3, 28.0.3
  20. System Images: android-18 | Google APIs Intel x86 Atom, android-19 | Google APIs Intel x86 Atom, android-22 | Google APIs Intel x86 Atom, android-24 | Google APIs Intel x86 Atom, android-25 | Google APIs ARM EABI v7a, android-25 | Google APIs Intel x86 Atom, android-27 | Google APIs Intel x86 Atom, android-28 | Intel x86 Atom_64, android-28 | Google Play Intel x86 Atom
  21. IDEs:
  22. Android Studio: 3.4 AI-183.5429.30.34.5452501
  23. Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild
  24. npmPackages:
  25. react: 16.8.3 => 16.8.3
  26. react-native: 0.59.5 => 0.59.5
  27. npmGlobalPackages:
  28. react-native-cli: 2.0.1
  29. react-native-rename: 2.4.1
  30.  
  31. # Uncomment the next line to define a global platform for your project
  32. platform :ios, '9.0'
  33.  
  34. target 'AppXYZ' do
  35. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  36. # use_frameworks!
  37.  
  38. # Pods for AppXYZ
  39. # Required by RNFirebase
  40. pod 'Firebase/Core', '~> 5.15.0'
  41. pod 'Firebase/Messaging', '~> 5.15.0'
  42.  
  43. target 'AppXYZTests' do
  44. inherit! :search_paths
  45. # Pods for testing
  46. end
  47.  
  48. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement