Skip to content

Commit

Permalink
🎉 init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CubeSugar committed Mar 21, 2019
0 parents commit 32620a4
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pbxproj -text
46 changes: 46 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@

# OSX
#
.DS_Store

# node.js
#
node_modules/
npm-debug.log
yarn-error.log


# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace


# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

# BUCK
buck-out/
\.buckd/
*.keystore

30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "react-native-sdk-ads",
"version": "1.0.0",
"description": "Ads Mediation for React Native",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"sdk",
"ads",
"admob",
"applovin",
"banner",
"interstitial",
"mopub"
],
"author": "Wei Jian <wei.jian.coder+github@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/iChonal/react-native-sdk-ads#readme",
"peerDependencies": {
"react-native": "^0.41.2"
},
"repository": {
"type": "git",
"url": "https://github.com/iChonal/react-native-sdk-ads.git"
}
}

0 comments on commit 32620a4

Please sign in to comment.