Skip to content

Commit 13110d9

Browse files
committed
chore: ignore react-native-enriched-markdown in RNRepo
in case we will start supporting prebuilding this package, it have to be denied from prebuilding so ci will test the local implementation
1 parent 69bd172 commit 13110d9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/example/rnrepo.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"denyList": {
3+
"android": ["react-native-enriched-markdown"],
4+
"ios": ["react-native-enriched-markdown"]
5+
}
6+
}

0 commit comments

Comments
 (0)