Skip to content

Commit

Permalink
Merge branch 'release/0.2.24'
Browse files Browse the repository at this point in the history
  • Loading branch information
chaimPaneth committed Jul 27, 2022
2 parents 365977b + ead5da4 commit 5201a49
Show file tree
Hide file tree
Showing 14 changed files with 1,033 additions and 79 deletions.
14 changes: 2 additions & 12 deletions Example/app/jsx/App.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
import React, {Component} from 'react';
import {
StyleSheet,
View,
Text,
SafeAreaView,
Dimensions,
Platform,
StatusBar,
FlatList,
TouchableOpacity,
} from 'react-native';
import RNBootSplash from 'react-native-bootsplash';
import {GestureHandlerRootView} from 'react-native-gesture-handler';

/* navigation */
import {NavigationContainer} from '@react-navigation/native';
Expand All @@ -24,6 +12,7 @@ import SingleExample from './screens/SingleExample';
import DRMExample from './screens/DRMExample';
import LocalFileExample from './screens/LocalFileExample';
import SourcesExample from './screens/SourcesExample';
import YoutubeExample from './screens/YoutubeExample';

const Stack = createNativeStackNavigator();

Expand All @@ -38,6 +27,7 @@ export default class App extends Component {
<Stack.Screen name="DRM" component={DRMExample} />
<Stack.Screen name="Local" component={LocalFileExample} />
<Stack.Screen name="Sources" component={SourcesExample} />
<Stack.Screen name="Youtube" component={YoutubeExample} />
</Stack.Navigator>
</NavigationContainer>
);
Expand Down
Loading

0 comments on commit 5201a49

Please sign in to comment.