README 754 Bytes
Newer Older
Antonio Pugliese's avatar
Antonio Pugliese committed
1 2 3 4 5 6
This app shows which screen-reader-related APIs can be used when developing in React Native. The app was developed in React Native.
Documentation is available from the project web page: https://everywarelab.di.unimi.it/15-research-projects/211-at-in-programming-languages



NOTE: While building the release APK (using the command ./gradlew bundleRelease), it may give you the error
Antonio Pugliese's avatar
Antonio Pugliese committed
7 8 9 10 11 12 13 14 15 16 17

Execution failed for task ':app:mergeReleaseResources'
[folder path] Error: Duplicate resources

To solve this delete the following folders:
android\app\src\main\res\drawable-hdpi
android\app\src\main\res\drawable-mdpi
android\app\src\main\res\drawable-xhdpi
android\app\src\main\res\drawable-xxhdpi
android\app\src\main\res\drawable-xxxhdpi
android\app\src\main\res\raw