Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
f44bda6
docs: fundamentals
hejsztynx Jul 16, 2026
23663fe
Apply suggestions from code review
hejsztynx Jul 16, 2026
043fa68
Update docs/docs/fundamentals/your-first-editor.mdx
hejsztynx Jul 16, 2026
b240fb8
docs: enable eslint
hejsztynx Jul 16, 2026
44ee9fe
fix: proper example code
hejsztynx Jul 16, 2026
d1feece
Apply suggestions from code review
hejsztynx Jul 17, 2026
eb62586
docs: tweaks
hejsztynx Jul 17, 2026
0585c98
docs: deps bump
hejsztynx Jul 17, 2026
fb0a032
docs: tweaks
hejsztynx Jul 17, 2026
ae0c82c
Merge branch 'feat/docs' into @ksienkiewicz/docs-fundamentals
hejsztynx Jul 17, 2026
dcc7034
Update docs/docs/fundamentals/core-concepts.md
hejsztynx Jul 17, 2026
a60f30a
Merge branch 'feat/docs' into @ksienkiewicz/docs-fundamentals
hejsztynx Jul 20, 2026
ee59123
docs: add api reference section
kacperzolkiewski Jul 21, 2026
06d9c7f
Potential fix for pull request finding
kacperzolkiewski Jul 21, 2026
5e9f42a
Potential fix for pull request finding
kacperzolkiewski Jul 21, 2026
b2fe84b
Update docs/docs/api-reference/enriched-text-input.md
kacperzolkiewski Jul 21, 2026
2774cd4
Update docs/docs/api-reference/enriched-text-input.md
kacperzolkiewski Jul 21, 2026
c26e198
Update docs/docs/api-reference/enriched-text-input.md
kacperzolkiewski Jul 21, 2026
801f564
Update docs/docs/api-reference/enriched-text-input.md
kacperzolkiewski Jul 21, 2026
d54d822
Update docs/docs/api-reference/enriched-text-input.md
kacperzolkiewski Jul 21, 2026
8cdbef9
Update docs/docs/api-reference/enriched-text-input.md
kacperzolkiewski Jul 21, 2026
32e2b6a
docs: clean up
hejsztynx Jul 21, 2026
eae4b5a
Apply suggestions from code review
kacperzolkiewski Jul 21, 2026
3a058cc
fix: reveiw changes
kacperzolkiewski Jul 21, 2026
1fc7625
docs: fix conflicts description
kacperzolkiewski Jul 22, 2026
0590aee
Merge branch 'feat/docs' into @ksienkiewicz/docs-fundamentals
hejsztynx Jul 22, 2026
fdb3c17
docs: web sanitization acknowledgement
hejsztynx Jul 27, 2026
d16e03c
docs: sanitization config acknowledgement
hejsztynx Jul 27, 2026
7f9dcb4
Merge branch 'feat/docs' into @ksienkiewicz/docs-fundamentals
hejsztynx Jul 27, 2026
a982a6c
Merge branch '@ksienkiewicz/docs-fundamentals' into @kacperzolkiewski…
hejsztynx Jul 28, 2026
a9979f0
docs: stale link
hejsztynx Jul 28, 2026
fe3b12a
docs: sanitizationconfig tweak
hejsztynx Jul 30, 2026
5cfb27d
chore: bump enriched-html
hejsztynx Jul 30, 2026
8105030
refactor: rewording
hejsztynx Aug 10, 2026
e738f1e
refactor: formatting
hejsztynx Aug 10, 2026
740a0df
docs: ref api clarification
hejsztynx Aug 10, 2026
5dbfdb1
docs: unctrolled nature clarification
hejsztynx Aug 10, 2026
9f38b2d
fix: grammar
hejsztynx Aug 10, 2026
3c196cc
Merge branch '@ksienkiewicz/docs-fundamentals' into @kacperzolkiewski…
hejsztynx Aug 10, 2026
a8a17c4
docs: change notes to tips
hejsztynx Aug 10, 2026
cca86c3
docs: replace optional with required badge
kacperzolkiewski Aug 11, 2026
382c10d
Merge branch 'feat/docs' into @kacperzolkiewski/docs-api-reference
hejsztynx Aug 11, 2026
5bf7ca9
fix: merge conflicts
hejsztynx Aug 11, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Deployed to `https://docs.swmansion.com/react-native-enriched-html/` via GitHub

Registered in `src/theme/MDXComponents.js`, same conventions as the
react-native-reanimated docs (without interactive examples):
`PlatformCompatibility`, `CollapsibleCode`, `Optional`, `Yes`, `No`,
`PlatformCompatibility`, `CollapsibleCode`, `Optional`, `Required`, `Yes`, `No`,
`Version`, `Spacer`, `Row`, `Grid`, `Indent`, `ExampleVideo`, `ThemedVideo`,
`Badges` (t-rex-ui), plus restyled admonitions, `<details>`, Tabs, diff and
highlighted code blocks, and Mermaid diagrams.
Expand Down
Loading
Loading