Skip to content

Commit 169e42a

Browse files
authored
update contributing 2 take (#28)
1 parent 64fc531 commit 169e42a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ yarn android
4141
cd watch-example
4242
yarn install
4343
yarn start --port=8082
44-
# Now build android
44+
```
45+
46+
Build the project with `yarn android`, open the [react native dev menu][23] and change the bundle location to `your-ip:8082` (for ex. `192.168.18.2:8082`).
47+
Now you can build the WearOS app with the command:
48+
49+
```bash
4550
yarn android
4651
```
4752

example/src/CounterScreen/index.android.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const styles = StyleSheet.create({
4949
flex: 1,
5050
justifyContent: 'center',
5151
padding: 8,
52-
backgroundColor: 'yellow',
52+
backgroundColor: 'red',
5353
},
5454
counter: {
5555
height: 100,

0 commit comments

Comments
 (0)