ncore-mobile
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published


NİBGAT® | NCore Mobile Component Library

Documentation

Please visit for docs: NCore Mobile

Example

yarn example android
or
yarn example ios

Dependencies

If you install with yarn these packages will already be installed.

  • immer@9.0.12
  • react-native-gesture-handler@2.3.2
  • react-native-modalize@2.0.13
  • react-native-portalize@1.0.7
  • react-native-simple-toast@1.1.3
  • react-native-svg@12.3.0

Base Library

  • The library is exporting sample base components to be used in react project you can test it like this :
    • NPM: npm install ncore-mobile react-native-gesture-handler react-native-modalize react-native-portalize react-native-svg react-native-simple-toast --save
    • YARN: yarn add ncore-mobile
import {
    NCoreProvider,
    useNCoreTheme,
    Button
} from 'ncore-mobile';

const Home = () => {
    const {
        activeTheme,
        colors
    } = useNCoreTheme();

    return <View
        style={{
            backgroundColor: colors.background,
            justifyContent: "center",
            alignItems: "center",
            flex: 1
        }}
    >
        Welcome to Home Page. Your theme is: {activeTheme}
    </View>;
};

const App = () => {
    return <NCoreProvider>
        {your project codes... (navigation, etc.)}
    </NCoreProvider>;
}

Discord

NİBGAT® | Community

Package Sidebar

Install

npm i ncore-mobile

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

6.69 MB

Total Files

387

Last publish

Collaborators

  • nibgat