Alexander Pataridze

Results 34 comments of Alexander Pataridze

This is my code ``` const model = { 'guitar.3ds': require(`./assets/models/guitar.3ds`), 'gibson_50th_anniversary_1958_les_paul_bk2.jpg': require('./assets/models/gibson_50th_anniversary_1958_les_paul_bk2.jpg'), 's_aberdeen_oak2222.jpg': require('./assets/models/s_aberdeen_oak2222.jpg'), 's_aberdeen_oak2222bump.jpg': require('./assets/models/s_aberdeen_oak2222bump.jpg'), }; const mesh = await ExpoTHREE.loadAsync( model['guitar.3ds'], null, name => model[name] ); const...

Can confirm after 2.0.0 update eslint asks for typescript

Copy classes and add this code to TagSelect.js componentDidUpdate(prevProps, prevState, prevContext) { if (prevProps !== this.props) { this.updateState(); } }

Hey! Sorry for the delay. What is benefit of this PR over listening `contentOffset` prop?

@JonsonHI use the patch ```patch diff --git a/node_modules/react-native-iphone-x-helper/index.js b/node_modules/react-native-iphone-x-helper/index.js index afd571f..0cab9cf 100644 --- a/node_modules/react-native-iphone-x-helper/index.js +++ b/node_modules/react-native-iphone-x-helper/index.js @@ -1,16 +1,30 @@ import { Dimensions, Platform, StatusBar } from 'react-native'; + +function...

just add these to root build.gradle ``` ext.supportLibVersion = '28.0.0' ext.compileSdkVersion = 28 ext.buildToolsVersion = '28.0.3' ext.minSdkVersion = 21 ext.targetSdkVersion = 28 ```

Please resolve conflicts

Ok will implement the feature.

No sorry never found time to maintain this lib.