## Application Icon

## Class Component
## Houston, We Have a Problem!
## Benefits of Expo
* Fastest way to build React Native Apps
* You don’t need to know Native Mobile coding
* No Xcode, No Android Studio
* Publish Over The Air (OTA) Updates Instantly
* In-built access to Native APIs
* It is FREE and Open Source
## Disadvantages of Expo
* Not all iOS and Android APIs are available yet
## Understanding the Android Configuration
## `build.gradle`
* `compileSdkVersion`
* `minSdkVersion`
* `targetSdkVersion`
## `AndroidManifest.xml`
[](https://developer.android.com/distribute/play-policies
)
Notes:
* https://developer.android.com/distribute/play-policies
## [www.npmjs.com](https://www.npmjs.com)
## Questions?