GoEvaCom / eosjs-react-native

This is a simple react-native project in which the steps to configure eosjs on react-native are shown.
http://eva.coop/
MIT License
33 stars 7 forks source link

Build error #9

Closed DharaniRenu1 closed 6 years ago

DharaniRenu1 commented 6 years ago

I ain't able to do with this and the file is not building while running 'react-native run-android'. I have tried both the ways of creating new and with existing one. Anyone here help to fix it. Thanks in advance.

raphaelgodro commented 6 years ago

What is the received error? I know there are some issues with the current release of eosjs on Android prod environment.

DharaniRenu1 commented 6 years ago

I cloned and make the commands. After adding, subprojects { afterEvaluate {project -> if (project.hasProperty("android")) { android { compileSdkVersion 27 buildToolsVersion '27.0.0' } } } } this commands in the build.gradle and ran the ./gradlew ... At last, I got the result. Thanks...