Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Aug 4, 2024
1 parent af5a813 commit 8dd35a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions watch-example/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect, useState } from 'react';

import { StyleSheet, View, Text, TouchableOpacity, Button } from 'react-native';
import { StyleSheet, View, Text, Button } from 'react-native';
import { sendMessage, watchEvents } from 'react-native-wear-connectivity';
import type {
ReplyCallback,
Expand Down Expand Up @@ -29,7 +29,7 @@ export default function App() {

return (
<View style={styles.container}>
<View style={styles.textBackground}>
<View>
<Text style={styles.count}>The count is {count}</Text>
</View>
<View style={styles.buttonContainer}>
Expand Down

0 comments on commit 8dd35a7

Please sign in to comment.