Andy Li

Results 18 comments of Andy Li

Wrapping the ScrollView inside a View within the Modal should make it work.

@Donhv You can use [react-native-video](https://github.com/react-native-community/react-native-video), just render the `` paused.

Hi @chirag773 , I wish I could help you. There were some difficulties with getting good results from our model so we ended up going with the Google Cloud API....

Another thing on top of using `response.path` for Android, is that the path should be preceded by `file://`. So it looks something like: `file://storage/emulated/0/Download/828.jpg`

You can also install via Git with `git+https://github.com/alexkendall/react-native-bluetooth-cross-platform.git` and then update your `package.json` dependencies with `"react-native-bluetooth-cross-platform": "alexkendall/react-native-bluetooth-cross-platform"`.

@biks152207 You might be able to write a function inside `NetworkCommunicator` that just returns `BluetoothAdapter.getAddress()` to a function that's exported by `NetworkManager`. More info here: [Android BluetoothAdapter](https://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html)

@Emilios1995 Can you please share your code for doing that? I want to be able to essentially allow `NetworkManager` to assign a custom string to `User{}` so that that one-time...

@virl I assumed that AppId would be a unique identifier set by calling a function on NativeManager such as `setAppId('AppName')` but instead I would use it for the purpose of...

@viri I noticed you carried some clout from viewing other issues but I kept getting confused by that notion because you're not assigned a contributor or collaborator title. XD You're...

@viri That's so cool. I really like what you've done here. I am hoping to be able to use this library in production very soon. I just noticed that this...