Build: Comparison Screen
Shows a simple comparison between React Native and Flutter with key points listed side by side.
Target UI
----------------------------------- | React Native | Flutter | |--------------------|-------------| | - Uses JavaScript | - Uses Dart | | - Uses native UI | - Uses own | | components | widgets | | - Hot Reload | - Hot Reload| | - Large community | - Growing | | | community | -----------------------------------
Display two columns side by side labeled 'React Native' and 'Flutter'.
List 4 key comparison points under each column.
Use simple Text components for labels and points.
Use a View with flexDirection 'row' to arrange columns side by side.
Add basic styling for clarity and spacing.