João Alves

Results 2 comments of João Alves

as a workaround I changed ```obj-c // Required for the registrationError event. - (void)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error { [RNCPushNotificationIOS didFailToRegisterForRemoteNotificationsWithError:error]; } ``` to ```obj-c // Required for the registrationError event....

@davisk4rpi maybe something related to: https://github.com/react-native-community/cli/issues/1404