You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered two documentation issues when prototyping this package on a freshly-created RN project:
As the native module is written in Kotlin, Kotlin needs to be added to the RN project. The documentation should instruct or link to instructions how to add it.
The example app_restriction.xml does not work, as it seems to require the title and description to be references instead of direct strings. Also the 'see example' link is broken.
android/app/src/main/res/xml/app_restrictions.xml:4: AAPT: error: 'Test string description' is incompatible with attribute description (attr) reference.
Thanks for your work!
The text was updated successfully, but these errors were encountered:
I encountered two documentation issues when prototyping this package on a freshly-created RN project:
app_restriction.xml
does not work, as it seems to require the title and description to be references instead of direct strings. Also the 'see example' link is broken.Thanks for your work!
The text was updated successfully, but these errors were encountered: