Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Night Quality Tracking #13

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion __mocks__/react-native-iphone-x-helper.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jest.mock('react-native-iphone-x-helper', () => ({
getStatusBarHeight: jest.fn(),
isIphoneX: () => true
ifIphoneX: jest.fn(),
isIphoneX: jest.fn()
}))
3 changes: 3 additions & 0 deletions __mocks__/react-native-ultimate-config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
jest.mock("react-native-ultimate-config", () => ({

}))
6 changes: 3 additions & 3 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ PODS:
- GoogleUtilities/Logger
- GoogleUtilities/UserDefaults (6.7.2):
- GoogleUtilities/Logger
- Intercom (7.1.2)
- Intercom (7.1.3)
- JKBigInteger2 (0.0.5)
- libwebp (1.1.0):
- libwebp/demux (= 1.1.0)
Expand Down Expand Up @@ -880,7 +880,7 @@ SPEC CHECKSUMS:
GoogleDataTransport: 9a8a16f79feffc7f42096743de2a7c4815e84020
GoogleDataTransportCCTSupport: 0f39025e8cf51f168711bd3fb773938d7e62ddb5
GoogleUtilities: 7f2f5a07f888cdb145101d6042bc4422f57e70b3
Intercom: ce4923a73543fe70c805635846b6dadf03b0b847
Intercom: e44b10bbc38ccf6494c76f9bee4e2e3d7d007153
JKBigInteger2: e91672035c42328c48b7dd015b66812ddf40ca9b
libwebp: 946cb3063cea9236285f7e9a8505d806d30e07f3
nanopb: 18003b5e52dab79db540fe93fe9579f399bd1ccd
Expand Down Expand Up @@ -958,4 +958,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 7bde1e2e4860e9ae214605a1416d0954a9c0af97

COCOAPODS: 1.9.3
COCOAPODS: 1.9.1
Loading