Sagar Makwana
Sagar Makwana
Not showing up in RN0.61.1
@sajadabasi In my case, I was debugging on a live device. And after `react-native run-android`, it worked.
I used a hack using **useEffect** hook and **setTimeout** function to set the values after the component is rendered. And it worked for me ``` import React,{ useEffect,useState } from...
@mepc36 Please checkout my above solution if that works for you. Thank.
`labelStyle={{marginRight: 10 }}` also worked for me.
@priyankpat Any updates on this?