You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if react-native issues are in your scope but as it is in the documentation talking about react-native so hope it will still be interesting 👍
Issue Type
[X ] Bug
Description
On Android, only in Release, when I use wakana in the first appearing view, the app just crash.
I tried using it in :
constructor(props: Props) { }
or in
componentDidMount() { }
Also tried to add a delay (I thought it was a problem of initialisation cause it is working perfectly in further view of my app) but got the same crash.
I don't have any experience with react-native yet but you could keep an eye on this issue which looks to be the exact same problem (since we use [...someString] syntax in wanakana): facebook/react-native#21734
You could try an older version of react-native (maybe RN 55.4) to confirm that it is actually the same issue 👍
@DJTB I am not sure it's link as I am not mapping from string but could be linked anyways so I will keep an eyes on it 👍Thanks for your reply I will keep you updated. For the moment I used a bypass to make it work another way.
I don't know if react-native issues are in your scope but as it is in the documentation talking about react-native so hope it will still be interesting 👍
Issue Type
Description
On Android, only in Release, when I use wakana in the first appearing view, the app just crash.
I tried using it in :
or in
Also tried to add a delay (I thought it was a problem of initialisation cause it is working perfectly in further view of my app) but got the same crash.
Thanks to Crashlytics I could get the error :
Steps to reproduce
react-native init testWakanaka
cd testWakanaka
yarn add wanakana
App.js
add the import and use it in thecomponentDidMount
:react-native run-android --variant=release
Versions
Thanks a lot
The text was updated successfully, but these errors were encountered: