I created a project a month ago and I'm working on, I want to know:
Go to android/app/build.gradle
find out the compileSdkVersion,buildToolsVersion
part it's the sdk version you compiling with.
If your minSdkVersion
is 16 then it will run on the previous versions.
It's possible to add theme if you need to add the native part. Here is the official link