Qalqi

Results 18 comments of Qalqi

@x5engine Here is react-native sandbox with working get requests https://github.com/qalqi/react-native-ipfs-http-client/tree/primary/rn-nodeify

> How about trying `yarn add ssh://[email protected]:shahen94/react-native-switch` ? How about the incrementing version?

Firstly the speech recognition doesn't work on Android Emulator. You can install with USB and then have to provide microphone permissions from app settings or alternatively, as suggested by @gurgenDP...

```javascript import React from 'react' import FastImage from 'react-native-fast-image' import PLACE_HOLDER_DEFAULT from '../assets/images/placeholder_default.png'; class SmartImage extends React.Component { constructor(props) { super(props) this.state = { imageLoading: true } } imageLoadProgress =...

Does this act as fallback image as well In case of error loading image ?

Open source clxxxd documentation

[Manually linking](https://engineering.brigad.co/demystifying-react-native-modules-linking-964399ec731b) react-native-webview fixed the issue in android ``` android/app/build.gradle android/app/src/main/java/earth/wallet/app/MainApplication.java android/settings.gradle ```