Mayur Rokade
Mayur Rokade
I initially wrote a simple app. I converted that to library using by following the steps [here](https://developer.android.com/studio/projects/android-library.html). I was able to build .aar using Gradle -> Module -> Tasks ->...
@chrisjenx The aar library is an internal-use-only library to be used by a handful of people. So we can't distribute it via a public repo. As of now, we have...
Same here. Works for items in the middle and the first one too. But doesn't work for the last item.
I manually removed the BlurViewPackage code from MainApplication.java. I also removed the dependency from app/build.gradle. Then I ran gradlew clean and react-native run-android. After that everything worked fine.
same here for mysql 5.7 too
thankx .. totally got it
Yeah i just need nodeJS auto completion. Some how I feel I need to look into tern docs to be able to configure this. Please tell me how a sample...
I have .tern-project in my root directory now ``` json { "plugins": { "node": {} } } ```  I installed mongoose and tried to...
YES the pluign should automatically highlight those words as soon as the document is opened. This feature is mostly about long term code-base development / maintainance rather than short-term word...