Andrii Drobiazko

Results 10 comments of Andrii Drobiazko

I'm getting the same error, multidex is enabled, instant run turned off. So it crashes only on api

This helped me: ``` debug { multiDexEnabled true multiDexKeepFile file('multidex.keep') } ``` Content of multidex.keep: ``` com/readystatesoftware/chuck/internal/data/ChuckContentProvider.class com/readystatesoftware/chuck/internal/data/ChuckDbOpenHelper.class ```

@dsissoko any luck with building this java project? Could you pls submit a PR maybe then? Or share prebuilt project with zip :)

Same issue here, application crashes after receiving a push notification

@diegum I don't think that XCode 13 is available only on macOS Monterey, been able to install it on Big Sur

`React` requires CocoaPods version `>= 1.10.1`, which is not satisfied by your current version, `1.10.0`.

Hi folks, any progress on that? We're facing the same issue with react-native-ble-plx