jmurzy / jmurzy/react-router-native

not working with import { syncHistoryWithStore } from 'react-router-redux';

Open
#35 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
639
Forks
38
PR merge metrics
No merged PRs in 30d

Description

This project contains components that are currently under active development and considered experimental. If it is something you can debug and fix, please consider submitting a pull request instead!

---
### Version

| Dependency | Version |
| --- | --- |
| react-router-native | ^2.0.0-alpha.2 |
| react-router | 3.0.0-alpha.1 |
| react-native | 0.31.0 |
### Expected Behavior

import { Route, StackRoute, TabsRoute, Router, nativeHistory } from 'react-router-native';
import { syncHistoryWithStore } from 'react-router-redux';
const store = configureStore();
const history = syncHistoryWithStore(nativeHistory, store);

### Actual Behavior

It makes Error ~ Not Callable Module..

Without -- const history = syncHistoryWithStore(nativeHistory, store); --

It is working~~
### Steps to Reproduce

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.