Skip to content

Commit 08ddf02

Browse files
author
Pavlo Aksonov
committed
undo naming actions to avoid read-only error
1 parent a3bb788 commit 08ddf02

File tree

5 files changed

+67
-52
lines changed

5 files changed

+67
-52
lines changed

Example/.idea/workspace.xml

Lines changed: 63 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"react-native": "^0.9.0",
1010
"react-native-button": "^1.2.1",
1111
"react-native-navbar": "^0.8.0",
12-
"react-native-router-flux": "^0.0.7"
12+
"react-native-router-flux": "0.0.5"
1313
}
1414
}

FetchActions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ class FetchActions {
2323
}
2424

2525

26-
module.exports = alt.createActions(FetchActions, "FetchActions");
26+
module.exports = alt.createActions(FetchActions);

actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ class Actions {
77
}
88
}
99

10-
module.exports = alt.createActions(Actions, "Actions");
10+
module.exports = alt.createActions(Actions);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-router-flux",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "React Native Router using Flux architecture",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)