We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65393b commit ffab5f6Copy full SHA for ffab5f6
.gitignore
@@ -26,6 +26,7 @@ project.xcworkspace
26
#
27
build/
28
.idea
29
+.gradle
30
local.properties
31
*.iml
32
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "androidjs_core_react_native",
3
- "version": "0.0.1",
+ "version": "1.0.0",
4
"private": true,
5
"scripts": {
6
"start": "cd android && ./gradlew clean && cd .. && node node_modules/react-native/local-cli/cli.js start",
0 commit comments