Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-notifications
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
冷佳娟
react-native-notifications
Commits
df5b89e8
Commit
df5b89e8
authored
Apr 18, 2019
by
Artal Druk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
example project: upgrade to RN 0.59
parent
498dd34b
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
121 additions
and
68 deletions
+121
-68
example/android/build.gradle
example/android/build.gradle
+8
-1
example/android/gradle/wrapper/gradle-wrapper.properties
example/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
example/android/myapplication/build.gradle
example/android/myapplication/build.gradle
+8
-4
example/ios/NotificationsExampleApp.xcodeproj/project.pbxproj
...ple/ios/NotificationsExampleApp.xcodeproj/project.pbxproj
+102
-60
example/package.json
example/package.json
+2
-2
No files found.
example/android/build.gradle
View file @
df5b89e8
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
ext
{
buildToolsVersion
=
"28.0.3"
minSdkVersion
=
16
compileSdkVersion
=
28
targetSdkVersion
=
28
supportLibVersion
=
"28.0.0"
}
repositories
{
google
()
mavenLocal
()
...
...
@@ -8,7 +15,7 @@ buildscript {
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
2
.1'
classpath
'com.android.tools.build:gradle:3.
3
.1'
}
}
...
...
example/android/gradle/wrapper/gradle-wrapper.properties
View file @
df5b89e8
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
6
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
10.1
-all.zip
example/android/myapplication/build.gradle
View file @
df5b89e8
apply
plugin:
'com.android.application'
android
{
compileSdkVersion
2
6
compileSdkVersion
2
8
buildToolsVersion
"28.0.3"
defaultConfig
{
applicationId
"com.wix.reactnativenotifications.app"
minSdkVersion
19
targetSdkVersion
2
6
targetSdkVersion
2
8
versionCode
1
versionName
"1.0"
...
...
@@ -21,6 +21,10 @@ android {
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
}
}
compileOptions
{
sourceCompatibility
1.8
targetCompatibility
1.8
}
}
configurations
.
all
{
...
...
@@ -37,8 +41,8 @@ configurations.all {
dependencies
{
// compile fileTree(dir: 'libs', include: ['*.jar'])
implementation
'com.android.support:appcompat-v7:2
6.1
.0'
implementation
'com.android.support:design:2
6.1
.0'
implementation
'com.android.support:appcompat-v7:2
8.0
.0'
implementation
'com.android.support:design:2
8.0
.0'
implementation
'com.facebook.react:react-native:+'
implementation
project
(
':react-native-notifications'
)
...
...
example/ios/NotificationsExampleApp.xcodeproj/project.pbxproj
View file @
df5b89e8
This diff is collapsed.
Click to expand it.
example/package.json
View file @
df5b89e8
...
...
@@ -6,8 +6,8 @@
"start"
:
"node node_modules/react-native/local-cli/cli.js start"
},
"dependencies"
:
{
"react"
:
"16.
6.0-alpha.8af6728
"
,
"react-native"
:
"
^0.57.4
"
,
"react"
:
"16.
8.3
"
,
"react-native"
:
"
0.59.x
"
,
"react-native-notifications"
:
"git://github.com/wix/react-native-notifications.git#iosDeprecationsFixes"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment