2.0.0 • Published 10 months ago

component-craft v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago
  • Open a Terminal in your project's folder and run:
    npm i component-craft
  • To run iOS, you need to execute the below command in your project's ios directory.

    npx pod-install
  • To utilize the components in the desired screen, simply import them and pass the desired properties.

    Example :

    import React from "react";
    import { CustomButton } from "react-native";
    
    function App(): JSX.Element {
    return (
      <View>
        <CustomButton mode="outlined" buttonTitle="Outlined Button"/>
      </View>
    );
    }
    export default App;

Features

  • Works on Web, iOS and Android.

Try it out

🙇 Run the example app to see it in action. The source code for the examples are under the /example folder.

2.0.0

10 months ago

1.0.1

11 months ago

1.0.0

11 months ago