primitives-codemods
Turn this:
import { Text, View, Platform, ScrollView } from 'react-native';
into this:
import { ScrollView } from 'react-native';
import { Text, Platform, View } from 'react-primitives';
jscodeshift input-file.js -t path-to-primitives-codemods/src/index.js