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.

LeftAvatar not working on Android

See original GitHub issue

leftAvatar doesnt seem to load on Android based on ListItem example in doc.

Left (Android) Right (IOS) Screenshot 2019-07-06 at 11 04 32

Internet permissions. Check. Screenshot 2019-07-06 at 11 06 37

React-Native info

info Fetching system and libraries information...
System:
    OS: macOS 10.14.5
    CPU: (8) x64 Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
    Memory: 43.90 MB / 8.00 GB
    Shell: 3.2.57 - /bin/bash
  Binaries:
    Node: 10.15.3 - ~/.nvm/versions/node/v10.15.3/bin/node
    npm: 6.9.0 - ~/.nvm/versions/node/v10.15.3/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  SDKs:
    iOS SDK:
      Platforms: iOS 12.2, macOS 10.14, tvOS 12.2, watchOS 5.2
  IDEs:
    Android Studio: 3.4 AI-183.5429.30.34.5452501
    Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild
  npmPackages:
    react: 16.8.6 => 16.8.6
    react-native: 0.60.0 => 0.60.0
  npmGlobalPackages:

Versions: Screenshot 2019-07-06 at 11 08 18

Not sure what to think of it since IOS works fine with the example. Any hints would be appreciated.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
styk-tvcommented, Jul 6, 2019

@iRoachie thank you for checking. i pasted this into snack and confirming all works https://snack.expo.io/@polfilm/elements-with-nav

but, not on raw emulator, could you please try code from snack without Expo?

I double checked on another version of emulator. Both produce same result. This is killing me.

Pixel_2_API_26
Pixel_2_API_28

package.json

{
  "name": "elementsnav",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint ."
  },
  "dependencies": {
    "jetifier": "^1.6.1",
    "react": "16.8.6",
    "react-native": "0.60.0",
    "react-native-elements": "^1.1.0",
    "react-native-gesture-handler": "^1.3.0",
    "react-native-vector-icons": "^6.6.0",
    "react-navigation": "^3.11.0"
  },
  "devDependencies": {
    "@babel/core": "^7.5.0",
    "@babel/runtime": "^7.5.0",
    "@react-native-community/eslint-config": "^0.0.5",
    "babel-jest": "^24.8.0",
    "eslint": "^6.0.1",
    "jest": "^24.8.0",
    "metro-react-native-babel-preset": "^0.55.0",
    "react-test-renderer": "16.8.6"
  },
  "jest": {
    "preset": "react-native"
  }
}

0reactions
iRoachiecommented, Sep 5, 2019

Closing as inactive. Feel free to message or create a new issue if this is still a concern.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ListItem Avatar Not Displaying - react native - Stack Overflow
According to react-native-elements they have leftAvatar and no just avatar <ListItem key={i} leftAvatar={{ source: { uri: l.avatar_url } ...
Read more >
Blog - React Native Elements
React Native Elements is an amazing community to work with, as mentors are really helpful and experienced.
Read more >
[Solved]-using @react-native-community/blur with react-native ...
I am using bottom-tabs with a plus button But Plus button is not clickable in half of the area in react native in...
Read more >
What happened to Android 12 for Nord 2? : r/oneplus - Reddit
I solved my update problem. I bought a used but new condition Samsung Galaxy S22 instead and will sell my Nord 2 (probably...
Read more >
Sprite Fantasia - Facebook
We would like to update some known issues we're handling now ... pay attention to your currency information (top left avatar > Currency)...
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