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
bb5b455e
Commit
bb5b455e
authored
Jul 07, 2019
by
yogevbd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tests
parent
6a3809ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
14 deletions
+22
-14
RNNotifications/RNNotifications.xcodeproj/project.pbxproj
RNNotifications/RNNotifications.xcodeproj/project.pbxproj
+18
-10
babel.config.js
babel.config.js
+4
-4
No files found.
RNNotifications/RNNotifications.xcodeproj/project.pbxproj
View file @
bb5b455e
...
@@ -140,6 +140,8 @@
...
@@ -140,6 +140,8 @@
508CE81122D12F3C00357815
/* Notifications */
=
{
508CE81122D12F3C00357815
/* Notifications */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
50E49F0522D1E4E0007160C1
/* RNNotificationsStore.h */
,
50E49F0622D1E4E0007160C1
/* RNNotificationsStore.m */
,
508CE7D322D12CCA00357815
/* RNNotificationEventHandler.h */
,
508CE7D322D12CCA00357815
/* RNNotificationEventHandler.h */
,
508CE7D422D12CCA00357815
/* RNNotificationEventHandler.m */
,
508CE7D422D12CCA00357815
/* RNNotificationEventHandler.m */
,
508CE81522D12FF500357815
/* RNNotificationCenterListener.h */
,
508CE81522D12FF500357815
/* RNNotificationCenterListener.h */
,
...
@@ -166,28 +168,34 @@
...
@@ -166,28 +168,34 @@
children
=
(
children
=
(
508CE82022D1372E00357815
/* RNUtils.h */
,
508CE82022D1372E00357815
/* RNUtils.h */
,
508CE82122D1372E00357815
/* RNUtils.m */
,
508CE82122D1372E00357815
/* RNUtils.m */
,
50351F9322CD7FF1000713B3
/* RCTConvert+Notifications.h */
,
50351F9422CD7FF1000713B3
/* RCTConvert+Notifications.m */
,
);
);
name
=
Helpers
;
name
=
Helpers
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
50E4A03D22D220E8007160C1
/* Bridge */
=
{
isa
=
PBXGroup
;
children
=
(
50351F9022CD7DF4000713B3
/* RNBridgeModule.h */
,
50351F9122CD7DF4000713B3
/* RNBridgeModule.m */
,
50351F8D22CD782F000713B3
/* RNEventEmitter.h */
,
50351F8E22CD782F000713B3
/* RNEventEmitter.m */
,
);
name
=
Bridge
;
sourceTree
=
"<group>"
;
};
58B511D21A9E6C8500147676
=
{
58B511D21A9E6C8500147676
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
50E4A03D22D220E8007160C1
/* Bridge */
,
508CE81222D12F4300357815
/* PushKitNotifications */
,
508CE81222D12F4300357815
/* PushKitNotifications */
,
508CE81122D12F3C00357815
/* Notifications */
,
508CE81122D12F3C00357815
/* Notifications */
,
508CE81F22D1371700357815
/* Helpers */
,
508CE81F22D1371700357815
/* Helpers */
,
50351F9022CD7DF4000713B3
/* RNBridgeModule.h */
,
50351F9122CD7DF4000713B3
/* RNBridgeModule.m */
,
50351F9622CD8604000713B3
/* RNCommandsHandler.h */
,
50351F9722CD8604000713B3
/* RNCommandsHandler.m */
,
D8A2F7561CB57F28002CC8F5
/* RNNotifications.h */
,
D8A2F7561CB57F28002CC8F5
/* RNNotifications.h */
,
D8A2F7541CB57F1A002CC8F5
/* RNNotifications.m */
,
D8A2F7541CB57F1A002CC8F5
/* RNNotifications.m */
,
50E49F0522D1E4E0007160C1
/* RNNotificationsStore.h */
,
50351F9622CD8604000713B3
/* RNCommandsHandler.h */
,
50E49F0622D1E4E0007160C1
/* RNNotificationsStore.m */
,
50351F9722CD8604000713B3
/* RNCommandsHandler.m */
,
50351F8D22CD782F000713B3
/* RNEventEmitter.h */
,
50351F8E22CD782F000713B3
/* RNEventEmitter.m */
,
50351F9322CD7FF1000713B3
/* RCTConvert+Notifications.h */
,
50351F9422CD7FF1000713B3
/* RCTConvert+Notifications.m */
,
508CE7BA22D12B0A00357815
/* Tests */
,
508CE7BA22D12B0A00357815
/* Tests */
,
508CE7C922D12B2600357815
/* RNNotificationsTests */
,
508CE7C922D12B2600357815
/* RNNotificationsTests */
,
134814211AA4EA7D00B7C361
/* Products */
,
134814211AA4EA7D00B7C361
/* Products */
,
...
...
babel.config.js
View file @
bb5b455e
...
@@ -2,11 +2,11 @@ module.exports = function (api) {
...
@@ -2,11 +2,11 @@ module.exports = function (api) {
api
&&
api
.
cache
(
false
);
api
&&
api
.
cache
(
false
);
return
{
return
{
presets
:
[
presets
:
[
"
module:metro-react-native-babel-preset
"
'
module:metro-react-native-babel-preset
'
],
],
plugins
:
[
plugins
:
[
"
@babel/plugin-proposal-export-namespace-from
"
,
'
@babel/plugin-proposal-export-namespace-from
'
,
"
@babel/plugin-proposal-export-default-from
"
'
@babel/plugin-proposal-export-default-from
'
]
]
};
};
}
}
;
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