question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

image not found in react-native-customui

See original GitHub issue

Package Version

“react”: “16.11.0”, “react-native”: “0.61.0”, “react-native-customui”: “./…/react-native-customui”,

Xcode Version (iOS) : 11.5

downloaded from Razorpay website and followed README.md https://razorpay.com/docs/payment-gateway/react-native-integration/custom/

dyld: Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: /Users/**/Library/Developer/CoreSimulator/Devices/468D6EC6-0F2D-4682-BC6E-CBDBE4D5826A/data/Containers/Bundle/Application/EA8BAA52-5C43-4949-B1A7-33324492406B/****.app/Frameworks/Razorpay.framework/Razorpay
  Reason: image not found

In android working but in ios getting this Error

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
thhmoc67commented, Jun 30, 2020

@Nautiyalsachin followed given steps

  • npm install --save react-native-customui
  • copied pod ‘react-native-customui’, :path => ‘…/node_modules/react-native-customui’ in podfile
  • cd ios && pod install

But getting this error

No podspec found for `react-native-customui` in `../node_modules/react-native-customui`

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native Image not showing, How do i fix?
This issue is related to react-native version and it can display the image after adding [super displayLayer:layer]; or upgrade react-native ...
Read more >
Images
Images live in the same folder as your JavaScript code. Components are self-contained. No global namespace, i.e. you don't have to worry ...
Read more >
React Native Web Image component not showing image ...
[Solved]-React Native Web Image component not showing image-React Native ... import React from 'react'; import { SafeAreaView, View, Text, StyleSheet, ...
Read more >
How to pick images from Camera & Gallery in React Native ...
In the above code, we will open an Image picker as you Click on “chooseImage” and will show the selected image on the...
Read more >
react-native-image-picker
A React Native module that allows you to use native UI to select media from the device library or directly from the camera....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found