I’m getting a warning in my app.json Property 'plugins' is not allowed
? Both documents that list out these two plugins say to put it in in the app.json file. I’m on expo 51 and react native 0.74.1
ExpoFonts
Expo Secure Store
"plugins": [
[
"expo-font",
{
"fonts": [
"assets/Fonts/RobotoSlab-Black.ttf",
"assets/Fonts/RobotoSlab-Bold.ttf",
"assets/Fonts/RobotoSlab-ExtraBold.ttf",
"assets/Fonts/RobotoSlab-ExtraLight.ttf",
"assets/Fonts/RobotoSlab-Light.ttf",
"assets/Fonts/RobotoSlab-Medium.ttf",
"assets/Fonts/RobotoSlab-Regular.ttf",
"assets/Fonts/RobotoSlab-SemiBold.ttf",
"assets/Fonts/RobotoSlab-Thin.ttf"
]
},
"expo-secure-store",
{
"faceIDPermission": "Allow $(Pumpzoid) to access your Face ID biometric data."
}
]
]
}