Skip to content

Commit

Permalink
fix: pick right status bar color when dark text should be used fixed #30
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Dec 28, 2020
1 parent 5d1d32f commit 5de39c9
Show file tree
Hide file tree
Showing 12 changed files with 12,266 additions and 12,644 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Endless (virtual) scrolling
- Performant
- Great React Native Web support

- No dependencies outside of ([react-native-paper](https://callstack.github.io/react-native-paper/))

[![Demo of react-native-paper-dates](https://user-images.githubusercontent.com/6492229/98866767-bd3f2780-246d-11eb-890e-3491b47c95c5.gif)](https://www.youtube.com/watch?v=SHhQU2doTug)

Expand Down Expand Up @@ -51,18 +51,6 @@ npm
npm install react-native-paper-dates --save
```

### Web
If you use react-native-web and want to use this library you'll need to install react-window.

Yarn
```
yarn add react-window
```

npm
```
npm install react-window --save
```

## Usage

Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ PODS:
- React-Core (= 0.63.2)
- React-cxxreact (= 0.63.2)
- React-jsi (= 0.63.2)
- RNLocalize (1.4.2):
- RNLocalize (2.0.1):
- React-Core
- RNVectorIcons (7.0.0):
- React
Expand Down Expand Up @@ -465,11 +465,11 @@ SPEC CHECKSUMS:
React-RCTText: 1b6773e776e4b33f90468c20fe3b16ca3e224bb8
React-RCTVibration: 4d2e726957f4087449739b595f107c0d4b6c2d2d
ReactCommon: a0a1edbebcac5e91338371b72ffc66aa822792ce
RNLocalize: 452d4118e338dee1e5ca3fac4d5a11a4ab26a46a
RNLocalize: 41026b7c14878f1a1b381bc79f668f1fbf841adb
RNVectorIcons: da6fe858f5a65d7bbc3379540a889b0b12aa5976
Yoga: 7740b94929bbacbddda59bf115b5317e9a161598
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 53e4f48bb461ee5c681e56f9585d69e13b985966

COCOAPODS: 1.9.3
COCOAPODS: 1.10.0
4 changes: 0 additions & 4 deletions example/ios/example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -406,13 +406,11 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources.sh",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf",
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialCommunityIcons.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
);
Expand Down Expand Up @@ -486,13 +484,11 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources.sh",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf",
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialCommunityIcons.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
);
Expand Down
5 changes: 3 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"react-dom": "^16.14.0",
"react-native": "0.63.2",
"react-native-localize": "^2.0.1",
"react-native-paper": "^4.5.0",
"react-native-vector-icons": "https://github.com/RichardLindhout/react-native-vector-icons",
"react-native-web": "^0.14.8",
"react-scripts": "3.4.3"
Expand All @@ -35,7 +36,7 @@
"@babel/runtime": "^7.11.2",
"@react-native-community/eslint-config": "^2.0.0",
"@types/react": "^16.9.46",
"@types/react-native": "^0.63.8",
"@types/react-native": "0.63.40",
"babel-jest": "^26.3.0",
"babel-plugin-import": "^1.13.0",
"babel-plugin-module-resolver": "^4.0.0",
Expand All @@ -46,7 +47,7 @@
"metro-react-native-babel-preset": "^0.63.0",
"react-app-rewired": "^2.1.6",
"react-test-renderer": "16.13.1",
"typescript": "^4.0.2"
"typescript": "^4.1.0"
},
"jest": {
"preset": "react-native"
Expand Down
Loading

0 comments on commit 5de39c9

Please sign in to comment.