#v1.0.0-alpha3

This commit is contained in:
Salakar 2017-03-17 13:27:04 +00:00
parent 86498b76d0
commit d71ffd569f
2 changed files with 63 additions and 15 deletions

View File

@ -1,14 +1,61 @@
*.swp
*~
*.iml
.*.haste_cache.*
.DS_Store
.idea
.babelrc
.eslintrc
node_modules
npm-debug.log
src/
examples/
public/
scripts/
test/
*.DS_Store
# Xcode
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.xcuserstate
project.xcworkspace/
xcuserdata/
# Android
# Built application files
android/*/build/
# Crashlytics configuations
android/com_crashlytics_export_strings.xml
# Local configuration file (sdk path, etc)
android/local.properties
# Gradle generated files
android/.gradle/
# Signing files
android/.signing/
# User-specific configurations
android/.idea/gradle.xml
android/.idea/libraries/
android/.idea/workspace.xml
android/.idea/tasks.xml
android/.idea/.name
android/.idea/compiler.xml
android/.idea/copyright/profiles_settings.xml
android/.idea/encodings.xml
android/.idea/misc.xml
android/.idea/modules.xml
android/.idea/scopes/scope_settings.xml
android/.idea/vcs.xml
android/*.iml
ios/RnFirebase.xcodeproj/xcuserdata
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.dbandroid/gradle
android/gradlew
android/build
android/gradlew.bat
android/gradle/
.idea
coverage
yarn.lock

View File

@ -1,6 +1,6 @@
{
"name": "react-native-firebase",
"version": "1.0.0-alpha1",
"version": "1.0.0-alpha3",
"author": "Invertase <contact@invertase.io> (http://invertase.io)",
"description": "A react native firebase library supporting both android and ios native firebase SDK's",
"main": "index",
@ -70,7 +70,8 @@
"eslint-plugin-react": "^6.4.1",
"flow-bin": "^0.35.0",
"react": "^15.3.0",
"react-dom": "^15.3.0"
"react-dom": "^15.3.0",
"react-native": "^0.42.0"
},
"dependencies": {
"bows": "^1.6.0",