We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Been trying to spin a React Native app on my Xiaomi Redmi 5 plus, Android: 8.1.0 OPM1.171019.019
Running with npx react-native run-android --deviceId 3530(....) (Some more digits, its the device Id I get from adb devices you get the point)
I get
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':@yfuks_react-native-action-sheet:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > 1 exception was raised by workers: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\aa17181826aeddb58b1ba8fbc7e77e86\appcompat-1.0.2\res\values-v2 6\values-v26.xml:5:5-8:13: AAPT: error: resource android:attr/colorError not found. C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\aa17181826aeddb58b1ba8fbc7e77e86\appcompat-1.0.2\res\values-v2 6\values-v26.xml:9:5-12:13: AAPT: error: resource android:attr/colorError not found. C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\aa17181826aeddb58b1ba8fbc7e77e86\appcompat-1.0.2\res\values-v2 6\values-v26.xml:13:5-16:13: AAPT: error: style attribute 'android:attr/keyboardNavigationCluster' not found. C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\aa17181826aeddb58b1ba8fbc7e77e86\appcompat-1.0.2\res\values-v2 8\values-v28.xml:5:5-8:13: AAPT: error: resource android:attr/dialogCornerRadius not found. C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\aa17181826aeddb58b1ba8fbc7e77e86\appcompat-1.0.2\res\values-v2 8\values-v28.xml:9:5-12:13: AAPT: error: resource android:attr/dialogCornerRadius not found. C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\6998b9487de580473d9badf1767ce677\core-1.0.1\res\values\values. xml:57:5-88:25: AAPT: error: resource android:attr/fontStyle not found. C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\6998b9487de580473d9badf1767ce677\core-1.0.1\res\values\values. xml:57:5-88:25: AAPT: error: resource android:attr/font not found. C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\6998b9487de580473d9badf1767ce677\core-1.0.1\res\values\values. xml:57:5-88:25: AAPT: error: resource android:attr/fontWeight not found. C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\6998b9487de580473d9badf1767ce677\core-1.0.1\res\values\values. xml:57:5-88:25: AAPT: error: resource android:attr/fontVariationSettings not found. C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\6998b9487de580473d9badf1767ce677\core-1.0.1\res\values\values. xml:57:5-88:25: AAPT: error: resource android:attr/ttcIndex not found. C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\6998b9487de580473d9badf1767ce677\core-1.0.1\res\values\values. xml:89:5-125:25: AAPT: error: resource android:attr/startX not found. C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\6998b9487de580473d9badf1767ce677\core-1.0.1\res\values\values. xml:89:5-125:25: AAPT: error: resource android:attr/startY not found. C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\6998b9487de580473d9badf1767ce677\core-1.0.1\res\values\values. xml:89:5-125:25: AAPT: error: resource android:attr/endX not found. C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\6998b9487de580473d9badf1767ce677\core-1.0.1\res\values\values. xml:89:5-125:25: AAPT: error: resource android:attr/endY not found. C:\Users\myUser\.gradle\caches\transforms-2\files-2.1\6998b9487de580473d9badf1767ce677\core-1.0.1\res\values\values. xml:126:5-132:25: AAPT: error: resource android:attr/offset not found.
Anyone?
The text was updated successfully, but these errors were encountered:
Did you change default style ? https://github.com/yfuks/react-native-action-sheet#optional-style-customization ?
Sorry, something went wrong.
Sorry for late reply Do not think so. Certainly not in purpose if I did, but I believe I did not.
Try replacing builderCall
react-native-action-sheet/android/src/main/java/com/actionsheet/ActionSheetModule.java
Line 56 in b99e0c0
AlertDialog.Builder builder = new AlertDialog.Builder(currentActivity);
(remove R.style.DialogStyle)
R.style.DialogStyle
No branches or pull requests
Been trying to spin a React Native app on my Xiaomi Redmi 5 plus,
Android: 8.1.0 OPM1.171019.019
Running with
npx react-native run-android --deviceId 3530(....)
(Some more digits, its the device Id I get from adb devices you get the point)
I get
Anyone?
The text was updated successfully, but these errors were encountered: