mikeevstropov

Results 5 comments of mikeevstropov

Hi. If someone still get an error ```console /node_modules/redux-persist-filesystem-storage/index.js:5 import RNFetchBlob from 'react-native-fetch-blob' ^^^^^^ SyntaxError: Unexpected token import ``` just add into "jest" section of package.json following option ```json "transformIgnorePatterns":...

`this.bottomSheet.setBottomSheetState(BottomSheetBehavior.STATE_HIDDEN)` Should it work to hide a sheet programmatically? I think im doing something wrong

@cesardeazevedo Yes. But im using NestedScrollView ```javascript hideBottomSheet() { if (this.bottomSheet) this.bottomSheet.setBottomSheetState( BottomSheetBehavior.STATE_HIDDEN ) } ``` ``` jsx this.bottomSheet = ref}> this.nestedScroll = ref}> { child } ```

@cesardeazevedo Im sorry. Its my mistake. Method works correctly.

Now i'm using this way: ``` javascript var player = new Clappr.Player({ parentId : '#player', autoplay : false, sources : [ 'http://example.com/source1/index.m3u8', 'http://example.com/source2/index.m3u8', 'http://example.com/source3/index.m3u8' ], plugins : { 'core': [LevelSelector]...