Fiodar Morau
Fiodar Morau
> You can add this to your .eslintrc for a short term fix @holden-caulfield > > 'react-native/no-raw-text': [ > 2, > { > skip: ['H1', 'H2', 'H3', 'Animated.Text'], > },...
@vbelolapotkov okey, thank you :)
Run into the same issue. Had to go inside and debug ... Not nice to spend time on such issues, when you are just trying to the init script 📦
@cipolleschi I have both `use_react_native` and `react_native_post_install` called properly, in right places. But still has this issue in both projects which uses `ReactCommon/RCTTurboModule.h`: `react-native-quick-crypto` and `react-native-jsi-cpr` I've tried to build...
@cipolleschi thanks a lot for your empathy and willingness to help! I could solve the issue by updating `.podspec` file of `react-native-jsi-cpr` : I had to remove `s.dependency 'ReactCommon/turbomodule/core'` and...
@buscanopaul sure! I've explained everything above. I had to update `.podspec` file of libraries I had issues with for them to load all dependencies needed
@cipolleschi I worry, that it might break compatibility, because it worked for me before upgrade...
@cipolleschi but Sure, I will 👍 👍 You only know, when you "measure" :)
Update: Alternative described in `Steps to reproduce?` section where I've used `OneSignal.Notifications.requestPermission` - works. So, it means, the issue is only in requesting permission not via `OneSignal.Notifications.requestPermission`. For example, in...
Hello @nan-li, I hope you're doing well. I wanted to bring up an issue related to a functionality of this method and why I didn't use it. I've encountered a...