mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
Update navigation in StreamsScreen to redirect to Addons instead of Settings
This commit is contained in:
parent
df8ac7352d
commit
709cbcef5e
1 changed files with 1 additions and 1 deletions
|
|
@ -1146,7 +1146,7 @@ export const StreamsScreen = () => {
|
|||
</Text>
|
||||
<TouchableOpacity
|
||||
style={styles.addSourcesButton}
|
||||
onPress={() => navigation.navigate('Settings')}
|
||||
onPress={() => navigation.navigate('Addons')}
|
||||
>
|
||||
<Text style={styles.addSourcesButtonText}>Add Sources</Text>
|
||||
</TouchableOpacity>
|
||||
|
|
|
|||
Loading…
Reference in a new issue