obasille

Results 24 comments of obasille

Thank you for looking at this! Here is a screenshot, the zip file I use for DFU, and the hex image grabbed from the device. ![Screenshot_20220407-145948](https://user-images.githubusercontent.com/6388620/162204941-8266b76b-3c31-4c5b-882a-409d86b5dbb8.png) [firmware_03_14_22_sdk17.zip](https://github.com/NordicSemiconductor/Android-DFU-Library/files/8443016/firmware_03_14_22_sdk17.zip) [nRF_Connect_Programmer_1649336734273.zip](https://github.com/NordicSemiconductor/Android-DFU-Library/files/8443038/nRF_Connect_Programmer_1649336734273.zip) The source...

Hi! Thanks for creating this issue, is it something that you think will be look at in the near future?

Following our discussion on the [forum](https://forum.babylonjs.com/t/mutiple-views-support/28131), here is a use case for multiple views: A ReactNative app showing a list of items (that may be scrolled vertically), witch each item...

> Can we get this PR merged. I came across this exact issue when integrating and it would have been really helpful to have these doc changes in the readme....

Hi there! I'd like to try the demo app, is there any work around to get it working on the latest ExpoGo? Thanks!

Found another one: > findHostInstance_DEPRECATED was passed an instance of TouchableNativeFeedback Indeeded `findHostInstance_DEPRECATED` is imported and used in `TouchableNativeFeedback.js`

Same issue. I've tried with several repositories.

While looking at "Can it be done in React Native" videos and source code, I stumbled on this link: `https://snack.expo.dev/@git/github.com/wcandillon/can-it-be-done-in-react-native:season5` Turns out you can import a repo by tapping its...

Hi! I was using Expo 49 at the time, so may be that's issue. I'm about to update to Expo 50.

@DominicBartel you can try this: ``` const asset = Asset.fromURI(localPath); asset.localUri = localPath; const texture = await ExpoTHREE.loadAsync(asset); ```