Andreas K.

Results 4 issues of Andreas K.

I've updated react-native to 0.69.1 and after that i get the following error: "Error: No available storage method found." I'm using the driver from https://github.com/aveq-research/localforage-asyncstorage-driver. I don't know if it's...

### Current Behavior I implemented the sheet and want to close it via onOpenChange but this error is thrown: ModalView, setVisibility failed: [Error: message: Guard check failed, modal already dismissed...

Mentioned in this post: https://github.com/facebook/react-native/issues/31941 Add the following part to your Podfile: ``` installer.aggregate_targets.each do |aggregate_target| aggregate_target.user_project.native_targets.each do |target| target.build_configurations.each do |config| config.build_settings['LIBRARY_SEARCH_PATHS'] = ['$(SDKROOT)/usr/lib/swift', '$(inherited)'] end end aggregate_target.user_project.save end...

i have this xml (it's an example of an e-prescription from https://simplifier.net/eRezept/218b581d-ccbe-480e-b8d7-f5f9b925e8c4/~xml): ``` ``` If i want to parse it with this xslt: ``` VOArt= pzn wirkstoff freitext rezeptur 
...

bug