juanreynolds
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...
Upgraded to Angular 9 and ng2-validator gave errors. Would be helpful to have it in as phone number is a common field type so it probably belongs in here.
Same error here on Ubuntu 22.04, node 20.14.0, node-gyp 10.2.0 rdkafka_op.h:696:25: error: unknown type name ‘rd_kafka_broker_t’
Same here in React. It is trying to import tools from ebml