Pranav Raj Singh Chauhan
Pranav Raj Singh Chauhan
Thanks @Bunhouth99 for sharing the issue link. Once it is fixed I can push the release but until then we need to wait for the fix. Meantime can you try...
Thanks @tolu360 for raising your concern. Currently it is not supported by native library [rubensousa/BottomSheetBuilder](https://github.com/rubensousa/BottomSheetBuilder). There is already a PR raised for the same: [PR: 26](https://github.com/rubensousa/BottomSheetBuilder/pull/26) Once it is reviewed...
Thanks @ravivlb for the PR. Definitely it make sense to have a customise layer for the container size. Before merging PR I have couple of questions: - You have made...
Thanks @adirzoari for raising the issue. This library has native dependencies, looks like it is not linked, have you run below command to link this library: `react-native link react-native-spruce` If...
Thanks @AndrePech + @althurzard for raising the issue. My bad, slipped under my radar. I have added `index.ios.js` with `UnimplementedView`, since it is not currently supported on iOS. For now...
Hi @adirzoari, You are facing this issue for iOS or Android? Based on your comments it looks like for Android. Can you please verify this once. Thanks Pranav
Hi @althurzard, `Spruce-iOS` is completely written in Swift and does not provide any Objective-C wrapper in order to interact with. [Issues/101](https://github.com/willowtreeapps/spruce-ios/issues/101) I have raised with the Spruce Team. Currently this...
Thanks @rf1804 for sharing the blog references. Coming days I am planning to work on the same based on my work load. I will keep you posted. Thanks
@StarkAndy: I have added support for RN61+. Using RN61+ this configuration setup is not needed. Could you please upgrade to latest RN and try. Please follow installation steps as per...
Could you please try latest released version with RN61+ since it has better support for `use_framework!`. Thanks