I'm trying to build a stand alone apk version of my react native app I built with expo but when I run expo build:android I keep getting this error
Could not find google-services.json while looking in [src/nullnull/release, src/release/nullnull, src/nullnull, src/release, src/nullnullRelease]
I have the google-services.json file in the root directory of my app.
I have checked posts from stack overflow, github, and even their forums still nothing useful.
Most of the things I saw had to do with the app.json file but none was specific. The same goes for GitHub
Expo Sdk: 40.0.0
Template Used: Blank
React-Native Version: 0.63.4
