Skip to content

Commit 838119f

Browse files
committed
docs: tweak the README
1 parent e698d44 commit 838119f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
If you want to create your own React Native module, scaffolding the project can be a daunting task. Bob can scaffold a new project for you with the following things:
1414

1515
- Simple example modules for Android and iOS which you can build upon
16-
- [Kotlin](https://kotlinlang.org/) configured for building the module for Android
17-
- C++ support for native modules on Android
18-
- Expo support for libraries without native code and web support
16+
- [Kotlin](https://kotlinlang.org/) configured for building the module on Android
17+
- C++ support for native modules on Android and iOS
18+
- [Expo](https://expo.io/) support for libraries without native code and web support
1919
- Example React Native app to manually test your modules
20-
- [ESLint](https://eslint.org/), [Prettier](https://prettier.io/), [TypeScript](https://www.typescriptlang.org/) and [Husky](https://github.com/typicode/husky) pre-configured
20+
- [ESLint](https://eslint.org/), [Prettier](https://prettier.io/), [TypeScript](https://www.typescriptlang.org/), [Husky](https://github.com/typicode/husky) and [Release It](https://github.com/release-it/release-it) pre-configured
2121
- Bob pre-configured to compile your files
22-
- CircleCI pre-configured to run tests on the CI
22+
- [CircleCI](https://circleci.com/) pre-configured to run tests on the CI
2323

2424
<img src="assets/bob-create.gif" width="480px" height="auto">
2525

templates/common/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ yarn test
5757
<% if (project.native) { %>
5858
To edit the Objective-C files, open `example/ios/<%= project.name %>Example.xcworkspace` in XCode and find the source files at `Pods > Development Pods > <%= project.slug %>`.
5959

60-
To edit the Java files, open `example/android` in Android studio and find the source files at `<%= project.package %>` under `Android`.
60+
To edit the Kotlin files, open `example/android` in Android studio and find the source files at `<%= project.package %>` under `Android`.
6161
<% } %>
6262
### Commit message convention
6363

0 commit comments

Comments
 (0)