This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Feature Add Function as Child Component to RNCamera #1518
Merged
jgfidelis
merged 2 commits into
react-native-camera:master
from
AndreiCalazans:feat/rnCameraFaCC
Apr 26, 2018
Merged
Feature Add Function as Child Component to RNCamera #1518
jgfidelis
merged 2 commits into
react-native-camera:master
from
AndreiCalazans:feat/rnCameraFaCC
Apr 26, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
n1ru4l
reviewed
Apr 26, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be cool if the status enum is exported as constants on RNCamera
This is so awesome 🔥 |
jgfidelis
approved these changes
Apr 26, 2018
@n1ru4l if you have the time, make a pr with your constants suggestion, its a good idea. I can do this on the weekend though. |
Fconstant
pushed a commit
that referenced
this pull request
Apr 26, 2018
jgfidelis
added a commit
that referenced
this pull request
Apr 26, 2018
WIP: Add types for #1518 (FaCC)
timxyz
pushed a commit
to 3sidedcube/react-native-camera
that referenced
this pull request
May 15, 2018
* master: (355 commits) UPDATED renderChildren to return this.props.children instead of null feat(types): add types for react-native-camera#1547 (react-native-camera#1548) fix(rn-camera): inject correct status feat(rn-camera): use and export constants fix status for non authorized/pending camera The correct capture preset for photos is AVCaptureSessionPresetPhoto add gradle 3 on issue template feat(types): add types for react-native-camera#1523 feat(types): add types for react-native-camera#1518 (FaCC) Add missing infer annotation dependency. fix(cache): store video recordings in same directory as photos fix(rn_camera): improve naming feat(rn_camera): add function as children 1.1.2 build(change-log): v1.1.2-4 FIXED warning for focusDepth on front-facing camera chore(cameraview): integrate google's cameraview directly on rncamera? fix(search-paths): remove unnecessary search paths and add missing one 1.1.1 build(change-log): v1.1.1-3 ... # Conflicts: # ios/RCTCameraManager.m
rad182
added a commit
to rad182/react-native-camera
that referenced
this pull request
May 18, 2018
* upstream/master: (23 commits) Updates Pod Install Instructions reenable camera on android emulator Create GradleUpgradeGuide.md Android: Fix java.lang.ArrayIndexOutOfBoundsException with image rotation Fix run time error missing facebook infer annotation UPDATED renderChildren to return this.props.children instead of null feat(types): add types for react-native-camera#1547 (react-native-camera#1548) fix(rn-camera): inject correct status feat(rn-camera): use and export constants fix status for non authorized/pending camera The correct capture preset for photos is AVCaptureSessionPresetPhoto add gradle 3 on issue template feat(types): add types for react-native-camera#1523 feat(types): add types for react-native-camera#1518 (FaCC) Add missing infer annotation dependency. fix(cache): store video recordings in same directory as photos fix(rn_camera): improve naming feat(rn_camera): add function as children 1.1.2 build(change-log): v1.1.2-4 ...
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation:
Add FaCC to RNCamera as requested in this issue #1514