Results 6 comments of Pankaj Gupta

> I am getting: > > ``` > Undefined symbols for architecture x86_64: > "___darwin_check_fd_set_overflow", referenced from: > _RAND_poll in libcrypto.a(rand_unix.o) > ld: symbol(s) not found for architecture x86_64 >...

> > I am getting: > > ``` > > Undefined symbols for architecture x86_64: > > "___darwin_check_fd_set_overflow", referenced from: > > _RAND_poll in libcrypto.a(rand_unix.o) > > ld: symbol(s) not...

I have used this to update this package `npm i git+https://github.com/Arjan-Zuidema/react-native-custom-tabs.git` This worked for me

In my case height, width applies, but transform not applies automatically. when in the code i add style transform, then that applies. But when I reload the app, the transform...

I used in this way import UAParser from 'ua-parser-js' import UserAgent from 'react-native-user-agent' const userAgent = UserAgent.getUserAgent() const parser = new UAParser(userAgent).getResult() const {device, os, browser} = parser const {type,...