Skip to content
New issue

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

Support compileSDKVersion 26 #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

YvesPhilippot
Copy link

Support compileSDKVersion 26

Support compileSDKVersion 26
@YvesPhilippot YvesPhilippot mentioned this pull request Jul 12, 2019
@YvesPhilippot
Copy link
Author

YvesPhilippot commented Jul 12, 2019

Usefull in order to avoid this kind of error when creating the APK :

2019-07-12T09:46:21.7259350Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values-v26/values-v26.xml:7: error: resource android:attr/colorError not found.
2019-07-12T09:46:21.7290860Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values-v26/values-v26.xml:11: error: resource android:attr/colorError not found.
2019-07-12T09:46:21.7323130Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values-v26/values-v26.xml:15: error: style attribute 'android:attr/keyboardNavigationCluster' not found.
2019-07-12T09:46:21.7354390Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values-v28/values-v28.xml:7: error: resource android:attr/dialogCornerRadius not found.
2019-07-12T09:46:21.7384870Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values-v28/values-v28.xml:11: error: resource android:attr/dialogCornerRadius not found.
2019-07-12T09:46:21.7414750Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values/values.xml:2773: error: resource android:attr/fontStyle not found.
2019-07-12T09:46:21.7445010Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values/values.xml:2774: error: resource android:attr/font not found.
2019-07-12T09:46:21.7474780Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values/values.xml:2775: error: resource android:attr/fontWeight not found.
2019-07-12T09:46:21.7504820Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values/values.xml:2776: error: resource android:attr/fontVariationSettings not found.
2019-07-12T09:46:21.7533840Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values/values.xml:2777: error: resource android:attr/ttcIndex not found.
2019-07-12T09:46:21.7562570Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values/values.xml:2858: error: resource android:attr/startX not found.
2019-07-12T09:46:21.7591310Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values/values.xml:2861: error: resource android:attr/startY not found.
2019-07-12T09:46:21.7620070Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values/values.xml:2864: error: resource android:attr/endX not found.
2019-07-12T09:46:21.7648640Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values/values.xml:2867: error: resource android:attr/endY not found.
2019-07-12T09:46:21.7677810Z /app/node_modules/react-native-wheel-datepicker/android/build/intermediates/res/merged/release/values/values.xml:2875: error: resource android:attr/offset not found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant