Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 08a8ded

Browse files
JackPucharpeni
authored andcommitted
fixed twitter app running error (#153)
When I update my react-native-simple-router version, twitter app is not working. Errors like below: ``` js Unable to resolve module ../index ```
1 parent 3788a5d commit 08a8ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎examples/twitter-example/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import { StyleSheet } from 'react-native';
33

4-
import Router from '../index';
4+
import Router from '../../index';
55

66
import HomePage from './pages/HomePage';
77
import BackButton from './components/BackButton';

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /