0

Below is my code : enter image description here

I integrated react-native-ui-kitten. I run sample app of UI Kitten then it's ok. But when I implement into my app ( with all sample ) then It not display and dont show data. enter image description here

I'm using the same data from UI Kitten, but in my application its not show data. Blank.

How can i display data ? ( I implement Feed style from UI Kitten ).

Richard Chambers
  • 16,643
  • 4
  • 81
  • 106
Admegavn
  • 1
  • 1

1 Answers1

0

My guess is that you are putting the component within a View that does not have a dimension. Give it a dimension (e.g set flex: 1) and you should be able to see your component.

Mμ.
  • 8,382
  • 3
  • 26
  • 36
  • i put it, but still not have nothing – Admegavn Jul 17 '17 at 10:03
  • can you try running the most basic example, like the one in here:https://akveo.github.io/react-native-ui-kitten/#/docs/quick-start/getting-started and tell me if you still can't see it? – Mμ. Jul 17 '17 at 10:07