Skip to content

Commit

Permalink
feat: allow usage of wrapped components outside of navigator (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak authored Feb 17, 2022
1 parent 683e0c1 commit e57246b
Show file tree
Hide file tree
Showing 7 changed files with 437 additions and 6,821 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
quoteProps: 'consistent',
singleQuote: true,
tabWidth: 2,
trailingComma: 'es5',
useTabs: false,
};
3 changes: 1 addition & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.9.6",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "8.5.1",
"expo-cli": "^4.0.13"
"babel-preset-expo": "8.5.1"
}
}
Loading

0 comments on commit e57246b

Please sign in to comment.