Expo
The plugin options to put in
app.json.Bare React Native
The exact plist keys and manifest XML to write by hand, because a bare project has no
prebuild
to write them for you.The bare snippets are not transcribed. They are generated from the config plugin and compared
against these pages in CI, so the two routes cannot drift apart.
Pick your page
Before anything else: you need a development build
How to check what you actually got
Two commands, in order of how much they tell you:What the plugin refuses to do
Options that would produce a configuration matching nothing are errors, not warnings:- An NDEF intent filter with neither a
mimeTypenor ascheme. - A
hostorpathPrefixwithout ascheme— Android ignores both, so the filter would be far wider than it looks. - An AID that is not plain hexadecimal, or outside the 5-to-16-byte range that ISO 7816 allows.
- A FeliCa system code that is not exactly two bytes.
- An empty tech list, which matches every tag.