Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

✨ add ios config plugin #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rvasseur31
Copy link

@rvasseur31 rvasseur31 commented Jun 12, 2023

I also add the possibility to pass a dynamic path for assets font folder.

How to use

{
  "name": "my app",
  "plugins": [[
    "with-expo-fonts",
    {
      path: "./assets/fonts",
    },
  ]]
}

The ios part was written with the help of this config plugin : https://github.com/expo/config-plugins/tree/main/packages/react-native-dynamic-app-icon

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant