Skip to content

Commit d33618f

Browse files
authored
chore: update styling docs (#923)
1 parent 6a355b1 commit d33618f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
executor:
3636
name: rn/macos
3737
xcode_version: '15.3.0'
38+
resource_class: macos.m1.medium.gen1
3839
steps:
3940
- checkout
4041
- run:
@@ -51,6 +52,7 @@ jobs:
5152
executor:
5253
name: rn/macos
5354
xcode_version: '15.3.0'
55+
resource_class: macos.m1.medium.gen1
5456
steps:
5557
- checkout
5658
- run:

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ Please support maintenance of the module with a monthly donation or help us with
66

77
See this [issue](https://github.com/react-native-datetimepicker/datetimepicker/issues/313) for context. Thank you!
88

9-
<a href="https://opencollective.com/react-native-datetimepicker/donate" target="_blank">
10-
<img src="https://opencollective.com/react-native-datetimepicker/backers.svg?width=890" width=890 />
11-
</a>
12-
139
<br>
1410
<br>
1511
<br>

docs/android-styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Android Styling
22

3-
To use the features documented here, you need to use a [Expo Development build](https://docs.expo.dev/develop/development-builds/introduction/).
3+
To use the features documented here, you need to use version >= `8.2.0` and a [Expo Development build](https://docs.expo.dev/develop/development-builds/introduction/).
44

55
Make changes as documented below and then run the following commands to see the updated colors:
66

0 commit comments

Comments
 (0)