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
6
import { View } from 'react-native';
import CommunityCheckbox from '@react-native-community/checkbox';

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