Skip to content

Image cannot show image in iOS 14 #29279

Closed
department-of-veterans-affairs/va-mobile-app
#443
@caofeng

Description

@caofeng

Image cannot show image in iOS 14, but can show location, like:
<Image
source={
require('./images/add_scan_images.png')
}
/>

Environment:
Xcode Version 12.0 beta (12A6159)
Simulator: IPhone SE - 2nd generation - 14.0
"react": "16.11.0",
"react-native": "0.62.2"

Activity

github-actions

github-actions commented on Jul 6, 2020

@github-actions
⚠️ Missing Environment Information
ℹ️ Your issue may be missing information about your development environment. You can obtain the missing information by running react-native info in a console.
tomas-sereikis

tomas-sereikis commented on Jul 8, 2020

@tomas-sereikis

Im facing the same issues

System:
    OS: macOS 10.16
    CPU: (12) x64 Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
    Memory: 493.38 MB / 32.00 GB
    Shell: 5.8 - /bin/zsh
  Binaries:
    Node: 14.4.0 - ~/.nvm/versions/node/v14.4.0/bin/node
    Yarn: 1.22.4 - ~/.nvm/versions/node/v14.4.0/bin/yarn
    npm: 6.14.5 - ~/.nvm/versions/node/v14.4.0/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  SDKs:
    iOS SDK:
      Platforms: iOS 13.5, DriverKit 19.0, macOS 10.15, tvOS 13.4, watchOS 6.2
    Android SDK:
      API Levels: 25, 27, 28, 29
      Build Tools: 28.0.3, 29.0.0
      System Images: android-27 | Google Play Intel x86 Atom, android-29 | Google APIs Intel x86 Atom
      Android NDK: Not Found
  IDEs:
    Android Studio: 3.6 AI-192.7142.36.36.6308749
    Xcode: 11.5/11E608c - /usr/bin/xcodebuild
  Languages:
    Python: 2.7.16 - /usr/local/bin/python
  npmPackages:
    @react-native-community/cli: ^4.5.1 => 4.5.1 
    react: 16.11.0 => 16.11.0 
    react-native: 0.62.0 => 0.62.0 
  npmGlobalPackages:
    *react-native*: Not Found

however im on Xcode-beta and iOS 14

tachtevrenidis

tachtevrenidis commented on Jul 8, 2020

@tachtevrenidis

i have the same issue!

dmsouza

dmsouza commented on Jul 8, 2020

@dmsouza

same issue...

jonathantroncoso82

jonathantroncoso82 commented on Jul 9, 2020

@jonathantroncoso82

same issue...

jennmueng

jennmueng commented on Jul 9, 2020

@jennmueng

Ok so I've found that the issue with Images only happens when the build is made with Xcode 12 Beta. When I make a build using Xcode 11.5 using iOS 14.0 Beta Device Support gotten from here, Images work fine.

QuintonC

QuintonC commented on Jul 9, 2020

@QuintonC

This is a duplicate issue -- #29215

added
Needs: Issue TemplateThis issue does not make use of the Issue Template, and may be missing necessary information.
on Jul 9, 2020

284 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @markrickert@hramos@miguelmich@Rotemy@mauricioac

      Issue actions

        Image cannot show image in iOS 14 · Issue #29279 · facebook/react-native