uendar
uendar
So if the barchar has values as 55.2 when i press on column it shows 55 
when i type text in server terminal i get this error
Yes, same issue here... Any idea how to deal ?
Change the module. Thats the solution i did. https://github.com/maxs15/react-native-spinkit
@exxizor thanks for answer but the code is not clear . What is Recatpcha and captchaID
how can i link it because i get error: > View config not found for name a
What i did is this: ``` const fields = ['name', 'lastname', 'gender', 'birthdate', 'birthcity', 'residingregion', 'username']; let pathToWrite = `${RNFetchBlob.fs.dirs.DownloadDir}/all-search-users`; let user = userCVS; let json2csvParser = new Json2csvParser({ fields,...
@ethanyuwang what i did is : ``` const fields = ['name', 'lastname', 'gender', 'birthdate', 'birthcity', 'residingregion', 'username']; let pathToWrite = `${RNFetchBlob.fs.dirs.DownloadDir}/all-search-users`; let user = userCVS; let json2csvParser = new Json2csvParser({...