1. 22 Aug, 2017 1 commit
    • Goulven Champenois's avatar
      Fix pod installation syntax · 5abbc848
      Goulven Champenois authored
      Running `pod install Firebase/Messaging` results in `[!] Unknown command: 'Firebase/Messaging'` using Cocoapods v1.3.1.
      Also, there was a parse error in `HEADER_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native/Libraries/PushNotificationIOS/**""$(SRCROOT)/../node_modules/react-native-fcm/ios";`, I was able to fix it by opening `APPNAME.xcodeproj/project.pbxproj`.
      5abbc848
  2. 03 Aug, 2017 1 commit
  3. 02 Aug, 2017 5 commits
  4. 31 Jul, 2017 6 commits
  5. 26 Jul, 2017 3 commits
  6. 21 Jul, 2017 2 commits
  7. 20 Jul, 2017 1 commit
  8. 19 Jul, 2017 1 commit
  9. 17 Jul, 2017 3 commits
  10. 16 Jul, 2017 1 commit
  11. 14 Jul, 2017 1 commit
  12. 13 Jul, 2017 3 commits
  13. 03 Jul, 2017 2 commits
  14. 27 Jun, 2017 4 commits
  15. 26 Jun, 2017 1 commit
    • Kevin Cooper's avatar
      Simplify `getMainActivityClass` · 613b3462
      Kevin Cooper authored
      Just return the className. The old code didn't work with activity aliases. For example, when launching with `<activity-alias android:name=".SplashActivity" android:targetActivity=".MainActivity" />`, the old code would try to get the class for `SplashActivity` which threw `ClassNotFoundException`.
      613b3462
  16. 25 Jun, 2017 1 commit
  17. 21 Jun, 2017 1 commit
  18. 18 Jun, 2017 1 commit
  19. 13 Jun, 2017 2 commits