@react-native-blocks/blocks
v0.1.19
Published
A block based text editor built for React Native. Inspired by the data model behind Notion’s flexibility.
Readme

@react-native-blocks/blocks
A set of block components to use in conjunction @react-native-blocks/core library. Provides the necessary blocks to build a Notion-like text editor. Try it on Expo Snack.
Installation
[!NOTE] Remember this library it's meant to be used with
@react-native-blocks/core.
npm install @react-native-blocks/blocksNow you can start using all the available blocks with @react-native-blocks/core.
Available block types
By the moment the following are the available block types.
- Text
- Header 1
- Header 2
- Header 3
- To-do list
- Bulleted list
- Numbered list
- Callout
- Quote
- Image
I'll be working on adding more block types, but if you want you can contribute to this repo by creating some of the following blocks:
- Numbered lists
- Toggle lists
- Tables
If you have any ideas for new blocks or feedback you may want to give on the already existing ones you can chat with me in Discord.
Warning
This library is still a work in progress so expect breaking changes on future releases.
