Libin Lu

Results 123 comments of Libin Lu

looks like it is because `backfaceVisibility` is missing in android https://github.com/facebook/react-native/issues/1973

this error happens when something is wrong in `- (void)setBridge:(RCTBridge *)bridge` function. It could be configuration issue. Can you debug in the function and see what is wrong?

everyone has different version of google play service and but this repo has to support all of them. By setting concrete version locks developer to the version of play service...

@albertopenas what is your solution for supporting both 9.4 and 10.1?

It make sense. The breaking change of adding new functionality is a problem. I will create version table, 1.0.5 -> 9.4, 1.0.6->9.6, next time with breaking changes I will update...

@javieramp you can use resolutionStrategy to lock version to 9.4

@binzailani3136 you need to set up Firebase SDK first following their official documentation. Then you can see some analytic event like app install etc. There might be a delay of...

I'm doing the same as @faysal515 back to @rochapablo 's question. when you say `while the app is dead (closed)`, do you mean you swiped and killed the app? In...