We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"plugins": [ "expo-router", "expo-font", { "fonts": [ "./assets/fonts/Rubik-Regular.ttf" ] } ],
51
No response
PluginError: Plugin is an unexpected type: object
The text was updated successfully, but these errors were encountered:
This is absolutely not related to onesignal-expo-plugin, but your plugin config is not correct. Take a look at the documentation : https://docs.expo.dev/versions/latest/sdk/font/
It should look like this :
"plugins": [ "expo-router", [ "expo-font", { "fonts": [ "./assets/fonts/Rubik-Regular.ttf" ] } ] ],
Sorry, something went wrong.
No branches or pull requests
How can we help?
"plugins": [ "expo-router", "expo-font", { "fonts": [ "./assets/fonts/Rubik-Regular.ttf" ] } ],
OneSignal Expo SDK version
51
Platform
No response
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: