Skip to content

Commit

Permalink
Add back non-directional defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
majapw committed Feb 15, 2018
1 parent 04f2ad8 commit 0ec1014
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 0ec1014

Please sign in to comment.