Senthil Sivanath

Results 3 issues of Senthil Sivanath

Changed create class to component + state initialization change for RN 0.27

Using react-native-workers: ^0.3.1, react-native: ^0.34.1 When i start my worker in componentDidMount. The script gets downloaded, but it doesnt get executed on device. I am using debug mode and Loading...

Compiling from Android Studio, am getting following run time exception. I have added the following line in build.gradle compile files('libs/devsmartlib.jar') ``` 06-09 02:31:11.652 3923-3923/? E/dalvikvm: Could not find class 'com.devsmart.android.ui.HorizontalListView',...