Skip to content

Commit 8dd35a7

Browse files
committed
minor changes
1 parent af5a813 commit 8dd35a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

watch-example/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useEffect, useState } from 'react';
22

3-
import { StyleSheet, View, Text, TouchableOpacity, Button } from 'react-native';
3+
import { StyleSheet, View, Text, Button } from 'react-native';
44
import { sendMessage, watchEvents } from 'react-native-wear-connectivity';
55
import type {
66
ReplyCallback,
@@ -29,7 +29,7 @@ export default function App() {
2929

3030
return (
3131
<View style={styles.container}>
32-
<View style={styles.textBackground}>
32+
<View>
3333
<Text style={styles.count}>The count is {count}</Text>
3434
</View>
3535
<View style={styles.buttonContainer}>

0 commit comments

Comments
 (0)