Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
CaptainJeff created a comment on an issue on iHealthLab/iHealth-rn-sdk
@daiqingquan-ihealth @wushuang2012 Any movement on this issue? We can't continue to use this library if it doesn't support the new architecture
CaptainJeff published a release on coachcare/react-native-health
v1.13.4
## What's Changed * fix: re-exporting constants - upgrade by @CaptainJeff in https://github.com/coachcare/react-native-health/pull/6 **Full Changelog**: https://github.com/coachcare/react-nat...CaptainJeff created a tag on coachcare/react-native-health
v1.13.4 - A React Native package to interact with Apple HealthKit
CaptainJeff closed a pull request on coachcare/react-native-health
fix: re-exporting constants - upgrade
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. F...CaptainJeff opened a pull request on coachcare/react-native-health
fix: re-exporting constants - upgrade
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. F...CaptainJeff pushed 1 commit to upgrade coachcare/react-native-health
- fix: re-exporting constants - upgrade b173282
CaptainJeff created a branch on coachcare/react-native-health
upgrade - A React Native package to interact with Apple HealthKit
CaptainJeff created a comment on an issue on react-native-webrtc/react-native-callkeep
@sidhamed what issues are you having? Its workign for me in the new build arch
CaptainJeff created a comment on an issue on dohooo/react-native-reanimated-carousel
@TheForgetTime thanks. I'll give this a try later. I also noticed this fixes the issue as well. Adding this to the metro.config.js ``` config.resolver.resolveRequest = (context, moduleName, pl...
CaptainJeff created a comment on an issue on kirillzyusko/react-native-keyboard-controller
@denysoleksiienko sorry. I was just wanted to clarify something. I was wrong when I said it was only the animation styles causing my issue. That fixed a different issue I was having with react rean...
CaptainJeff created a comment on an issue on kirillzyusko/react-native-keyboard-controller
@denysoleksiienko interesting. Thanks for the update! I realized like 30 minutes ago that my issue is probably something different. Once any invocation of react-native-keyboard-controller was di...
CaptainJeff created a comment on an issue on infinitered/reactotron
Same error. Works on android and ios simulator but not actual iphone device
CaptainJeff created a comment on an issue on kirillzyusko/react-native-keyboard-controller
@denysoleksiienko were you able to figure out anything else related to this issue?
CaptainJeff created a comment on an issue on kirillzyusko/react-native-keyboard-controller
Finally tracked this issue to this dependency. I even noticed that using KeyboardAvoidingView at some point will mess up my animations for my react navigation Drawer Nav and eventually crash the ap...
CaptainJeff created a comment on an issue on facebook/react-native
Same issue on react native 76.5
CaptainJeff created a comment on an issue on dohooo/react-native-reanimated-carousel
@sanju280696 i'm noticing the same issue. Did you find any resolution for this?
CaptainJeff created a comment on an issue on auth0/react-native-auth0
I think you have to run two extra commands for android now for this to work `./gradlew generateCodegenArtifactsFromSchema` to generate the codegen properly and when you are building for release ...
CaptainJeff created a comment on an issue on software-mansion/react-native-svg
@raphael-ott I think i figured out a solution last night. So it seems like it now calculates the Path `onPress` event relative to the path rather than SVG parent, like it did previously (and st...
CaptainJeff created a comment on an issue on software-mansion/react-native-svg
Noticing the same issue
CaptainJeff created a tag on coachcare/react-native-twilio-video-webrtc
v1.0.4 - Twilio Video (WebRTC) for React Native
CaptainJeff pushed 1 commit to master coachcare/react-native-twilio-video-webrtc
- fix: updating connect params and avoiding pointers 3035824
CaptainJeff pushed 90 commits to master coachcare/react-native-twilio-video-webrtc
- Update package for 2.0 release (#434) ba59ba0
- Allow for initially disabled video tracks (#435) 22d303c
- Dominant speaker enabled feature (#440) * added prop to enable dominant speaker feature, ios/android implementation ... 65b9f30
- fix onDataTrackMessageReceived type (#444) * fix onDataTrackMessageReceived type * fix standard problems 872d2ba
- PEN-653 upgrade TwilioVideo to ~> 4.1 for ios (#445) d0f6e29
- Mention scaletype in comments (#453) * Mention scaletype in comments * Update readme 639e7e1
- Bump ini from 1.3.4 to 1.3.8 (#437) Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.8. - [Release note... df76d50
- Bump ini from 1.3.5 to 1.3.8 in /Example (#438) Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [... 0030ed6
- fix: adding android variable for not releasing video in onHostPause (#461) Co-authored-by: Jeffrey Drakos <captainje... 62a75df
- Add trackSid to the data track message received event (#470) 9cd03dd
- Upgrade to Android 6 (#452) * Upgrade to android v6 * Fix a bunch of issues * Last set of fixes * Switch th... 8a3fe7a
- Add local participant to onRoomDidConnect (#472) * ios change * update ts file * Add localParticipant to the o... 95ee745
- replace componentWillMount with componentDidMount (#475) Co-authored-by: danielmenke <[email protected]> b70a3ef
- Add camera type to the connect options (#474) * Camerawork (#4) * allow for a default camera when instantiating t... 1a22fee
- Add enableAudio as a connection option (#479) * Add enableAudio as a connection option * Add nil check to audio e... c2d0f77
- enable video based on enableVideo param passed in connect method (#496) Co-authored-by: remigijus <remigijus@inulti.... fc13008
- Add autoInitializeCamera prop (#505) 4c71322
- Add dominant speaker to the TypeScript definition (#513) * enable dominant speaker * Fix lint errors 3076a7b
- fix android minSdkVersion build bug (#518) 12d03ef
- Update index.d.ts (#531) 327ad8d
- and 70 more ...