repopilot 0.15.0

Local-first CLI for repository audit, architecture risk detection, baseline tracking, and CI-friendly code review.
Documentation
1
2
3
4
5
import { CheckBox as LegacyCheckbox, View } from 'react-native';

export function App() {
  return <View><LegacyCheckbox value={true} /></View>;
}