Skip to content

Commit

Permalink
Merge pull request #130 from airbnb/maja-add-back-create-resolve-defa…
Browse files Browse the repository at this point in the history
…ults

Add back non-directional defaults
  • Loading branch information
majapw authored Feb 15, 2018
2 parents 04f2ad8 + 0ec1014 commit 627df23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ThemedStyleSheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ export default globalCache.setIfMissingThenGet(
() => ({
registerTheme,
registerInterface,
create: createLTR,
createLTR,
createRTL,
get,
resolve: resolveLTR,
resolveLTR,
resolveRTL,
flush,
Expand Down

0 comments on commit 627df23

Please sign in to comment.