Skip to content

Commit

Permalink
Rename lib to js
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarty committed Jan 11, 2017
1 parent 8382582 commit d098bb6
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
View,
} from 'react-native';
import theme from './config';
import AppProvider from './lib/AppProvider';
import AppProvider from './js/AppProvider';

export default class MagnetJourney extends Component {
render() {
Expand Down
2 changes: 1 addition & 1 deletion index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
View,
} from 'react-native';
import theme from './config';
import AppProvider from './lib/AppProvider';
import AppProvider from './js/AppProvider';

export default class MagnetJourney extends Component {
render() {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d098bb6

Please sign in to comment.