ncore-mobile
v1.0.0-pre-alpha.1
Published
NİBGAT® | Core Component Library for React-Native.
Downloads
83
Readme
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.
- ncore-context: >= 0.1.0-pre-alpha.6
- react-native-gesture-handler: >= 2.13.1
- react-native-modalize: >= 2.1.1
- react-native-portalize: >= 1.0.7
- react-native-simple-toast: >= 3.0.1
- react-native-svg: >= 13.14.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
- NPM:
import React from 'react';
import {
View
} from 'react-native';
import {
NCoreTheme,
NCore
} from "ncore-mobile";
const Home = () => {
const {
activeTheme,
colors
} = NCoreTheme.useContext();
return <View
style={{
backgroundColor: colors.layer1,
justifyContent: "center",
alignItems: "center",
flex: 1
}}
>
Welcome to Home Page. Your theme is: {activeTheme}
</View>;
};
const App = () => {
return <NCore.Provider>
{your project codes... (navigation, etc.)}
</NCore.Provider>;
}
export default App;
License
MIT + NİBGAT® | License - OSL
Discord
NİBGAT® | Community