Skip to content

Commit

Permalink
update contributing 2 take (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact authored Aug 4, 2024
1 parent 64fc531 commit 169e42a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ yarn android
cd watch-example
yarn install
yarn start --port=8082
# Now build android
```

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`).
Now you can build the WearOS app with the command:

```bash
yarn android
```

Expand Down
2 changes: 1 addition & 1 deletion example/src/CounterScreen/index.android.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const styles = StyleSheet.create({
flex: 1,
justifyContent: 'center',
padding: 8,
backgroundColor: 'yellow',
backgroundColor: 'red',
},
counter: {
height: 100,
Expand Down

0 comments on commit 169e42a

Please sign in to comment.