Skip to content

Commit

Permalink
chore: update styling docs (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak authored Aug 9, 2024
1 parent 6a355b1 commit d33618f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
executor:
name: rn/macos
xcode_version: '15.3.0'
resource_class: macos.m1.medium.gen1
steps:
- checkout
- run:
Expand All @@ -51,6 +52,7 @@ jobs:
executor:
name: rn/macos
xcode_version: '15.3.0'
resource_class: macos.m1.medium.gen1
steps:
- checkout
- run:
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Please support maintenance of the module with a monthly donation or help us with

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

<a href="https://opencollective.com/react-native-datetimepicker/donate" target="_blank">
<img src="https://opencollective.com/react-native-datetimepicker/backers.svg?width=890" width=890 />
</a>

<br>
<br>
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/android-styling.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Android Styling

To use the features documented here, you need to use a [Expo Development build](https://docs.expo.dev/develop/development-builds/introduction/).
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/).

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

Expand Down

0 comments on commit d33618f

Please sign in to comment.