San Pyae Lin
San Pyae Lin
Anyone can help?  .babelrc ``` { "presets": ["react-native"], "plugins": [ [ "module-resolver", { "root": ["./app"], "alias": { "component": "./app/components" } } ]...
``` :react-native-beacons-android:compileReleaseAidl FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-beacons-android:compileReleaseAidl'. > java.lang.IllegalStateException: aidl is missing ``` I got this error when i...