Skip to content

Adding Readme.md and docs #7

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

Merged
Merged
Show file tree
Hide file tree
Changes from 6 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
42 changes: 15 additions & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
rn: react-native-community/react-native@dev:0.1.0-rc14
rn: react-native-community/react-native@1.2.1

jobs:
checkout_code:
Expand All @@ -12,18 +12,6 @@ jobs:
root: .
paths: .

install_example:
executor: rn/linux_js
steps:
- attach_workspace:
at: .
- run:
name: Install example
command: npm run install:example
- persist_to_workspace:
root: .
paths: .

analyse:
executor: rn/linux_js
steps:
Expand All @@ -49,20 +37,20 @@ workflows:
- analyse:
requires:
- checkout_code
- install_example:
requires:
- checkout_code
- rn/android_build:
name: build_android_release
project_path: "example/android"
name: build_android_debug
requires:
- install_example

# Add Detox tests before running this expensive job.
# - rn/ios_build_and_test:
# project_path: "example/ios/example.xcodeproj"
# device: "iPhone X"
# build_configuration: "Debug"
# scheme: "Example"
# requires:
# - analyse
- analyse
# - rn/android_test:
# detox_configuration: "android.emu.release"
# requires:
# - build_android_release
# - rn/ios_build_and_test:
# project_path: "example/ios/example.xcodeproj"
# device: "iPhone X"
# build_configuration: "Release"
# scheme: "example"
# detox_configuration: "ios.sim.release"
# requires:
# - analyse_js
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

###

- [#7] Adding Readme.md and docs
- [#6] Detox tests added
- [#5] Adjust CHANGELOG.md to have links at bottom of markdown
- [#4] Fixing iOS React import and cleaning iOS example project
Expand All @@ -11,3 +12,4 @@
[#4]: https://github.com/react-native-community/react-native-datetimepicker/pull/4
[#5]: https://github.com/react-native-community/react-native-datetimepicker/pull/5
[#6]: https://github.com/react-native-community/react-native-datetimepicker/pull/6
[#7]: https://github.com/react-native-community/react-native-datetimepicker/pull/7
Loading