Skip to content

Commit

Permalink
Merge pull request #2124 from gluestack/release/@gluestack-style/babe…
Browse files Browse the repository at this point in the history
[email protected]

Release/@gluestack style/babel plugin styled [email protected]
  • Loading branch information
ankit-tailor authored May 7, 2024
2 parents 24bfca6 + 919ab57 commit 3a12c9e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ const gluestackStyleReact = {
createComponents: (config) => {
return config;
},
FontResolver: class {
constructor(...args) {
return args;
}
}
};
const expoHtmlElements = {
A: () => {},
Expand Down

0 comments on commit 3a12c9e

Please sign in to comment.