Native navigation library for React Native applications
Responsive jQuery content slider
chalkchisel/celery-pipelines 4
Pipelines for Celery
Parse e-mail address fields with node.js
A delightful iOS and OS X networking framework
JavaScript Alert/Notification System
chalkchisel/AMBubbleTableView 0
AMBubbleTableView
Give your JS App some Backbone with Models, Views, Collections, and Events
issue commentreact-native-image-picker/react-native-image-picker
https://github.com/react-native-image-picker/react-native-image-picker/issues/1573#issuecomment-757546103
comment created time in 4 hours
issue commentreact-native-image-picker/react-native-image-picker
[iOS] Image library appears and quickly dismiss itself over native view
https://github.com/react-native-image-picker/react-native-image-picker/issues/1573#issuecomment-757546103
comment created time in 4 hours
issue commentreact-native-image-picker/react-native-image-picker
IOS Dialog automatically closes after launching
https://github.com/react-native-image-picker/react-native-image-picker/issues/1573#issuecomment-757546103
comment created time in 4 hours
startedlynchjames/note-refactor-obsidian
started time in 5 hours
startedbencodezen/bens-obsidian-boilerplate
started time in 6 hours
startedSilentVoid13/Templater
started time in 6 hours
startedAndreasFaust/gatsby-source-custom-api
started time in 9 hours
issue commentreact-native-image-picker/react-native-image-picker
[🐛] Limited permission not work for iOS
react-native-image-crop-picker works perfectly for iOS ! :)
comment created time in 9 hours
A Jest transformer using esbuild
fork in 12 hours
issue closedreact-native-image-picker/react-native-image-picker
[🐛] Selection limit error for launchCamera
Description
Libraries version
"react-native": "^0.64.2",
"react-native-image-picker": "^4.0.3",
ImagePicker crashes on Android 10 after using launchCamera but works fine when I pass selectionLimit to launchCamera.
//this one does not work
launchCamera(
{
mediaType,
quality: 1,
videoQuality: 'low',
maxWidth: 500,
maxHeight: 500,
},
res => {
console.log(res);
},
);
The error I get is https://imgur.com/U4Lqk6s
//but this one works fine
launchCamera(
{
mediaType,
quality: 1,
videoQuality: 'low',
maxWidth: 500,
maxHeight: 500,
selectionLimit: 1,
},
res => {
console.log(res);
},
);
closed time in 21 hours
iamrohitaggstartedskevy/graphiql-app
started time in 21 hours
issue openedlottie-react-native/lottie-react-native
The following Swift pods cannot yet be integrated as static libraries:
Hi! Im having this problem. Did yarn add lottie-react-native and yarn add [email protected] but when I do pod install i get this error:
Installing lottie-ios 3.1.9 (was 3.2.3) Installing lottie-react-native 4.0.2 (was 1.1.1-beta1) [!] The following Swift pods cannot yet be integrated as static libraries:
The Swift pod lottie-react-native depends upon React-Core, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set use_modular_headers! globally in your Podfile, or specify :modular_headers => true for particular dependencies.
Im using "react-native": "^0.62.2". Thanks!
created time in a day
startedbencodezen/obsidian-night-owl-theme
started time in a day
issue closedlottie-react-native/lottie-react-native
Issue when generating archive with Xcode 13
Description
I got this when generating an ipa with Xcode 13:
2021-06-17T20:23:48.1581290Z [31m❌ [0m/Applications/Xcode_13.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/usr/lib/swift/Accelerate.swiftmodule/armv7-apple-ios.swiftinterface:2094:6: [31menum cases with associated values cannot be marked potentially unavailable with '@available'[0m
2021-06-17T20:23:48.1582780Z
2021-06-17T20:23:48.1583310Z @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *)
2021-06-17T20:23:48.1584190Z [36m ^[0m
^^There were a few very similar to this ^^
2021-06-17T20:23:48.1659640Z ** ARCHIVE FAILED **
2021-06-17T20:23:48.1659940Z
2021-06-17T20:23:48.1660170Z
2021-06-17T20:23:48.1660690Z The following build commands failed:
2021-06-17T20:23:48.1662370Z CompileSwift normal armv7 (in target 'lottie-react-native' from project 'Pods')
2021-06-17T20:23:48.1664310Z CompileSwiftSources normal armv7 com.apple.xcode.tools.swift.compiler (in target 'lottie-react-native' from project 'Pods')
2021-06-17T20:23:48.1665410Z (2 failures)
Are you guys aware of any issue? Could this be resolved on the latest version?
Thanks in advance
Versions
"lottie-ios": "3.1.3",
"lottie-react-native": "^3.1.0",
closed time in 2 days
zgordon01issue commentlottie-react-native/lottie-react-native
Issue when generating archive with Xcode 13
I resolved this by upgrading to
"lottie-ios": "3.1.8",
"lottie-react-native": "4.0.2",
comment created time in 2 days
startedskevy/graphiql-app
started time in 2 days
startedray-x/navigator.lua
started time in 2 days
starteddariush624/JPwned
started time in 2 days
issue commentreact-native-image-picker/react-native-image-picker
Android app crashes and then restarts on launching camera to take photo
+2
comment created time in 2 days
issue openedreact-native-image-picker/react-native-image-picker
- /data/user/0/com.example/cache/rn_image_picker_lib_temp_92be7bbb-cdec-4495-99b4-ac6a4c98ac92.mp4
- file://data/user/0/com.example/cache/rn_image_picker_lib_temp_92be7bbb-cdec-4495-99b4-ac6a4c98ac92.mp4
try with both url Hey guys I have one blocker
When i capture video from library and get response and got uri then i upload video on s3 bucket and got error like video is corrupted.
created time in 2 days
Pull request review commentreact-native-image-picker/react-native-image-picker
fix(selectionLimit): 🐛 use ACTION_GET_CONTENT for multiple image selection instead of ACTION_PICK
public void launchImageLibrary(final ReadableMap options, final Callback callbac Intent libraryIntent; requestCode = REQUEST_LAUNCH_LIBRARY; - if (this.options.mediaType.equals(mediaTypeVideo)) {- libraryIntent = new Intent(Intent.ACTION_PICK);- libraryIntent.setType("video/*");- } else if (this.options.mediaType.equals(mediaTypePhoto)) {+ boolean isSingleSelect = this.options.selectionLimit == 1;+ boolean isPhoto = this.options.mediaType.equals(mediaTypePhoto);+ boolean isVideo = this.options.mediaType.equals(mediaTypeVideo);++ if(isSingleSelect && (isPhoto || isVideo)) { libraryIntent = new Intent(Intent.ACTION_PICK);- libraryIntent.setType("image/*"); } else { libraryIntent = new Intent(Intent.ACTION_GET_CONTENT);- libraryIntent.setType("*/*");- libraryIntent.putExtra(Intent.EXTRA_MIME_TYPES, new String[]{"image/*", "video/*"}); libraryIntent.addCategory(Intent.CATEGORY_OPENABLE);+ libraryIntent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true);
Not with the if statement above it
comment created time in 2 days
issue closedreact-native-image-picker/react-native-image-picker
[🐛] App crashing upon picking image
currently trying it on android 11. app crashes as soon as I pick image, so far I have tried the latest version also moved to 3.4.0 and 0.28 , 0.28.1 but still not working
closed time in 2 days
fishmeister09issue commentreact-native-image-picker/react-native-image-picker
[🐛] App crashing upon picking image
If all versions fail then probably issue is on ur side. Check android logs.
comment created time in 2 days
Pull request review commentreact-native-image-picker/react-native-image-picker
fix(selectionLimit): 🐛 use ACTION_GET_CONTENT for multiple image selection instead of ACTION_PICK
public void launchImageLibrary(final ReadableMap options, final Callback callbac Intent libraryIntent; requestCode = REQUEST_LAUNCH_LIBRARY; - if (this.options.mediaType.equals(mediaTypeVideo)) {- libraryIntent = new Intent(Intent.ACTION_PICK);- libraryIntent.setType("video/*");- } else if (this.options.mediaType.equals(mediaTypePhoto)) {+ boolean isSingleSelect = this.options.selectionLimit == 1;+ boolean isPhoto = this.options.mediaType.equals(mediaTypePhoto);+ boolean isVideo = this.options.mediaType.equals(mediaTypeVideo);++ if(isSingleSelect && (isPhoto || isVideo)) { libraryIntent = new Intent(Intent.ACTION_PICK);- libraryIntent.setType("image/*"); } else { libraryIntent = new Intent(Intent.ACTION_GET_CONTENT);- libraryIntent.setType("*/*");- libraryIntent.putExtra(Intent.EXTRA_MIME_TYPES, new String[]{"image/*", "video/*"}); libraryIntent.addCategory(Intent.CATEGORY_OPENABLE);+ libraryIntent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true);
libraryIntent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true); calling it here will create an issue, since this will also be set for single select mixed media type.
comment created time in 3 days
pull request commentreact-native-image-picker/react-native-image-picker
fix: App crashed after select Video from Library in iOS 13 (#1742)
Hi any update?
comment created time in 2 days
issue commentreact-native-image-picker/react-native-image-picker
[🐛] Selection limit error for launchCamera
The example app works fine without selection limit (I tested on Android 11).
I'd say your best bet would be to reproduce it with the example app and we take it from there.
comment created time in 2 days