itchii
itchii
I have the same issue. So, I use [eos.js](https://github.com/EOSIO/eosjs). It's working. ``` eos .transaction({ actions: [ { account: 'account_name', name: 'transfer', authorization: [ { actor: account.name, permission: account.authority } ],...
I have same issue. I use RN 0.54.0. I solved by manual-linking. https://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking
I had the same issue on react-native 0.64.3. I solved this issue by remove Related libraries for babel from babel.config. ``` ['@babel/plugin-proposal-private-methods', { loose: true }], ['@babel/plugin-proposal-private-property-in-object', { loose: true...