You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, I am trying to hook up some native iOS Objective-C UI widgets. Normally I would be using initWithFrame: and then the native widget's drawing code would know about a non-zero area to paint in. How do I do this in React-Native? I tried constantsToExport in my *Manager, but the frame was still zero. Does the JSX have to explicitly pass values (I'm just hoping to use the flow layout)?
In other words, I would dearly like to read a tutorial (with complete sample source code hopefully) that explicitly addresses how frames are managed in the React-Native world. :-)
The text was updated successfully, but these errors were encountered:
hi, I am trying to hook up some native iOS Objective-C UI widgets. Normally I would be using initWithFrame: and then the native widget's drawing code would know about a non-zero area to paint in. How do I do this in React-Native? I tried constantsToExport in my *Manager, but the frame was still zero. Does the JSX have to explicitly pass values (I'm just hoping to use the flow layout)?
In other words, I would dearly like to read a tutorial (with complete sample source code hopefully) that explicitly addresses how frames are managed in the React-Native world. :-)
The text was updated successfully, but these errors were encountered: