Jeffrey Oloresisimo

Results 13 comments of Jeffrey Oloresisimo

@mrousavy, yeah that looks simpler. Anything that will help other people using this package so that we dont need to look else where or make our own mocking.

can confirm same scenario in Android not resolving promises for me. It works on iOS though.

@datso doesnt look like there is any error in adb ``` $ adb logcat *:S ReactNative:V ReactNativeJS:V --------- beginning of system --------- beginning of main 09-26 16:45:08.599 13106 13321 D...

@datso ``` try { const state = await endpoint.start({ service: { ua: 'RN SIP', }, network: { useWifi: true, useOtherNetworks: true, }, }); dispatch({ type: types.INIT_SERVICE_SUCCESS, endpoint, connectivity: state.connectivity, });...

@datso unfortunately, I dont have that.I believe it is happening as well in the react-native-pjsip demo app for android

Hi, any updates on this. I recently created a new react-native(with react-native-web )project with NX monorepo setup. It was working with the template project NX provided. However, after adding react-navigation,...

@dhruvsaxena1998 does loading a custom font work for you? I tried to load a custom font Google Font `Inter` but does not seem to work.

@hyochan @daltonwignall long shot but do you guys were able to mock `setOptions` successfully with actual rending of elements in testings?

i just ran into this after upgrading react-scripts/webpack to ~v5. what works for me is following webpack [asset-modules](https://webpack.js.org/guides/asset-modules/) docs ``` { test: /\.png/, type: 'asset/resource' } ```