Questions tagged [reason-react-native]

1 questions
0
votes
1 answer

How to read the value of a ReactNative.Style.t property with reason-react-native?

I would like to do the following: let marginTop = if (itemInfo##index == 0) { Style.viewStyle(~marginTop=style##paddingTop, ()); } else { Style.viewStyle(); } But I get the following error: This has type: ReactNative.Style.t…
Natim
  • 17,274
  • 23
  • 92
  • 150