juanreynolds

Results 4 comments of juanreynolds

One of these mount points will be the sd-card: const res = (await RNFS.readFile('/proc/mounts')).split('\n'); let mnt_points = _.flatten(res.map(r => r.split(' ') .filter(r => r.startsWith('/') && !r.includes('/mnt/secure') && !r.includes('/mnt/obb'))));

Same issue with MaterialTextField styles. I managed to get it working by placing XF.Material.Forms.Material.Init(this); before InitializeComponent(); in App.xaml.cs

I would also like to know. Does not look like there is an option t set it as the code has checks like this: ``` if (!table._internal && (l.indexOf("_") ===...

Experiencing the same error 65. In desperation I even create a blank app via the cli and it builds and lauches for IOS in the simulator as well as in...