Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
chore: use src in react native
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Apr 4, 2021
1 parent 0ac6f66 commit a58688f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type ExampleComponentType = React.ComponentType<{}> & {
appbarElevation?: number;
};

I18nManager.forceRTL(false);
I18nManager.forceRTL(true);

const PERSISTENCE_KEY = 'index_persistence';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.0.0",
"description": "Tab view component for React Native",
"main": "lib/commonjs/index.js",
"react-native": "lib/module/index.js",
"react-native": "src/index.tsx",
"module": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
"files": [
Expand Down

0 comments on commit a58688f

Please sign in to comment.