This website works better with JavaScript.
Home
Explore
Help
Sign In
npm
/
react-native-navigation
Watch
11
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix js tests
Guy Carmeli
6 years ago
parent
edf6cc0291
commit
5888251735
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
playground/src/app.js
+ 1
- 1
playground/src/app.js
View File
@@ -17,7 +17,7 @@ if (Platform.OS === 'android') {
17
17
}
18
18
}
19
19
});
20
- }
20
+ }
;
21
21
}
22
22
23
23
function start() {