Skip to content

Commit

Permalink
Mention native files in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tug committed Apr 15, 2020
1 parent 3052f50 commit 91ed9da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,9 @@ The build pipeline also supports [Color studio](https://github.com/Automattic/co
### Icons

Please use outline versions of [Material icons](https://material.io/tools/icons/?style=outline) to stay in line with Gutenberg. Don't rely on icons used in WordPress core to avoid visual mixing up with core blocks.

## Native support

This is still very much experimental and subject to change.
React Native support for Jetpack blocks is being added as part of the WordPress [Android](https://github.com/wordpress-mobile/WordPress-Android) and [iOS](https://github.com/wordpress-mobile/WordPress-iOS) apps.
A react-native build configuration will attempt to resolve `.native.js` extensions before `.js` ones, making `.native.js` a simple approach to write "cross-platform" gutenberg blocks.

0 comments on commit 91ed9da

Please sign in to comment.