react-native-android-widget: Infinite spinner when using ListWidget

thanks a lot for the widget, it’s been working great. I tried upgrading to use ListView but it has a problem:

here is my code

    <FlexWidget style={styles.container}>
      {renderDate()}
      {/* There is bug in using array.map so just render as many as we can. */}

      <ListWidget>
        {renderTask(0)}
        {/*     {renderTask(1)}
        {renderTask(2)}
        {renderTask(3)}
        {renderTask(4)}
        {renderTask(5)}
        {renderTask(6)} */}
      </ListWidget>
    </FlexWidget>

with this code, im getting an infinite spinner when i’m previewing it in my app image and the widget on the home screen isn’t loading image

thanks!

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 16 (8 by maintainers)

Most upvoted comments

tried it again today, it seems great. will test on a real device tonight