primitives-codemods

v1.0.1
Codemods for working with React Primitives

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
npm i primitives-codemods

Metadata

  • MIT
  • >=6
  • Jon Gold
  • released 10/24/2017

Downloads

Maintainers