Skip to content

Commit c3fd423

Browse files
committed
Updated readme
1 parent 07fce81 commit c3fd423

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ If you want to create your own React Native module, scaffolding the project can
1414
- [ESLint](https://eslint.org/), [Prettier](https://prettier.io/), [TypeScript](https://www.typescriptlang.org/) and [Husky](https://github.com/typicode/husky) pre-configured
1515
- Bob pre-configured to compile your files
1616
- CircleCI pre-configured to run tests on the CI
17+
- Use C++ code to boost performance of your modules
1718

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

@@ -26,6 +27,7 @@ Bob can build code for following targets:
2627
- Flow definitions (copies .js files to .flow files)
2728
- TypeScript definitions (uses `tsc` to generate declaration files)
2829
- Android AAR files
30+
- C++ modules
2931

3032
## Why
3133

0 commit comments

Comments
 (0)