Currently I am working on developing a React Native app where I installed two components:
1) React Native Elements UI Toolkit 2) mastermoo/react-native-action-button for FAB button
Before installing the above components, the app was compiling and running fine on my device but post installation of the above components I was getting couple of errors where I didn't have Android API level up to 26 (Android 8.0) installed and installed all of it overnight.
Post installation of the required APIs, I am getting the following error now which I am unable to solve:
A problem occurred configuring project ':app'.
Could not resolve all dependencies for configuration ':app:_debugApk'. A problem occurred configuring project ':react-native-vector-icons'. You have not accepted the license agreements of the following SDK components: [Android SDK Build-Tools 26.0.1].
Tech Specifications:
1) Operating System: Windows 10 (Really fed-up of Windows, soon buying MacBook Pro)
2) Installed Android APIs - 4.2.2 - 8.0 (API 26)
Would be great if you all could help me solve this issue.
Thank you and best regards. -Rohit