Commit f54b02c8 authored by Lelkada L L P S M's avatar Lelkada L L P S M

phonetic audio

parent e8bd9aa3
......@@ -4,7 +4,7 @@ import { StyleSheet, Text, View } from 'react-native';
export default function ScreenName() {
return (
<View style={styles.container}>
<Text style={styles.text}>Sample screen</Text>
<Text style={styles.text}>Error: Andriod OS version not compatible</Text>
</View>
);
}
......@@ -12,7 +12,7 @@ export default function ScreenName() {
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#61A6AB',
backgroundColor: '#F1103D',
alignItems: 'center',
justifyContent: 'center',
},
......
......@@ -4,7 +4,7 @@ import { StyleSheet, Text, View } from 'react-native';
export default function ScreenName() {
return (
<View style={styles.container}>
<Text style={styles.text}>Sample screen</Text>
<Text style={styles.text}>Error: Andriod OS version not not compatible</Text>
</View>
);
}
......@@ -12,7 +12,7 @@ export default function ScreenName() {
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#61A6AB',
backgroundColor: '#F1103D',
alignItems: 'center',
justifyContent: 'center',
},
......
......@@ -20,7 +20,7 @@ const screenHeight = Dimensions.get("window").height;
const fetchCards = async () => {
try {
const response = await fetch('http://192.168.137.111:5000/api/similar-words?word=tomato');
const response = await fetch('http://192.168.137.111:5000/api/similar-words?word=cat');
const data = await response.json();
//console.log(data)
return data.similar_words;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment