jsite-pl

Results 3 comments of jsite-pl

I had the same problem. My solution is add ref and setState on it. Example of code for single dropdown: ``` constructor(props) { super(props); this.myDropdown = null; } resetMyDropdown ()...

@akhilsanker I made clean rn project with that function for You. :) If you have any problems here, please send your code pls :) App.js ``` import React, {Component} from...

I had the same error today. I needed to sync my project with Gradle files in Android Studio. I encountered some errors, but after fixing them, I simply ran a...