Giter Site home page Giter Site logo

creativetimofficial / ct-now-ui-pro-react-native Goto Github PK

View Code? Open in Web Editor NEW
5.0 7.0 5.0 62 KB

Now UI PRO React Native is a fully coded app template built over Galio.io, React Native and Expo.

Home Page: https://www.creative-tim.com/product/now-ui-pro-react-native

galio expo react-native now-ui-kit

ct-now-ui-pro-react-native's Introduction

version GitHub issues open GitHub issues closed

Product

Now UI PRO React Native is a fully coded app template built over Galio.io, React Native and Expo to allow you to create powerful and beautiful e-commerce mobile applications. We have redesigned all the usual components in Galio to make it look like Now UI's KIT, minimalistic and easy to use.

Start your development with a badass Design System for React Native inspired by Now UI KIT. If you like Now UI's KIT, you will love this react native app template! It features a huge number of components and screens built to fit together and look amazing.

FULLY CODED COMPONENTS

Now UI PRO React Native features over 200 variations of components like buttons, inputs, cards, navigations etc, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify inside our theme file.

You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. We wanted the design process to be seamless, so switching from image to the real page is very easy to do.

Components & Cards

Now UI PRO React Native comes packed with a large number of components and cards. Putting together a mobile app has never been easier than matching together different components. From the profile screen to a settings screen, you can easily customise and build your screens. We have created multiple options for you to put together and customise into pixel perfect screens.

View all components/cards here.

Example Screens

If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example screens. From onboarding screens to profile or discover screens, you will be able to quickly set up the basic structure for your React Native mobile project.

View all screens here.

Let us know your thoughts below. And good luck with development!

Table of Contents

Versions

HTML React Angular
Now UI Kit Pro Now UI Kit PRO React Now UI Kit PRO Angular

Demo

Home Screen Profile Screen Elements Screen Register Screen
Home Screen Profile Screen Elements Screen Register Screen

View more

Quick start

  • Try it out on Expo (Simulator for iOS or even your physical device if you have an Android)
  • Download from Creative Tim

Documentation

The documentation for the Now UI PRO React Native is hosted at our website.

File Structure

Within the download you'll find the following directories and files:

now-ui-pro-react-native/
├── App.js
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── LICENSE.md
├── README.md
├── app.json
├── assets/
│   ├── css/
│   ├── font/
│   ├── icon.png
│   ├── imgs/
│   ├── nuk-icons/
│   └── splash.png
├── babel.config.js
├── components/
│   ├── Button.js
│   ├── Card.js
│   ├── Checkbox.js
│   ├── DrawerItem.js
│   ├── Header.js
│   ├── Icon.js
│   ├── Img.js
│   ├── Input.js
│   ├── Notification.js
│   ├── Select.js
│   ├── Sliders.js
│   ├── Switch.js
│   ├── Tabs.js
│   └── index.js
├── constants/
│   ├── Images.js
│   ├── Theme.js
│   ├── articles.js
│   ├── cart.js
│   ├── categories.js
│   ├── deals.js
│   ├── index.js
│   ├── tabs.js
│   └── utils.js
├── navigation/
│   ├── Menu.js
│   └── Screens.js
├── package.json
└── screens/
    ├── About.js
    ├── Agreement.js
    ├── Articles.js
    ├── Cart.js
    ├── Category.js
    ├── Chat.js
    ├── Components.js
    ├── Fashion.js
    ├── Home.js
    ├── Notifications.js
    ├── Onboarding.js
    ├── PersonalNotifications.js
    ├── Privacy.js
    ├── Pro.js
    ├── Product.js
    ├── Profile.js
    ├── Register.js
    ├── Search.js
    ├── Settings.js
    ├── SystemNotifications.js
    └── Trending.js

OS Support

At present, we officially aim to support the last two versions of the following operating systems:

Resources

Dashboards:

HTML React
Now UI PRO HTML Now UI Dashboard PRO React
Angular Laravel
Now UI Dashboard PRO Angular Now UI Dashboard PRO Laravel

Reporting Issues

We use GitHub Issues as the official bug tracker for the Now UI PRO React Native. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Now UI PRO React Native.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Technical Support or Questions

If you have questions or need help integrating the product please contact us instead of opening an issue.

Licensing

Useful Links

Social Media

Twitter: https://twitter.com/CreativeTim

Facebook: https://www.facebook.com/CreativeTim

Dribbble: https://dribbble.com/creativetim

Instagram: https://www.instagram.com/CreativeTimOfficial

ct-now-ui-pro-react-native's People

Contributors

dragosct avatar groovemen avatar palingheorghe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ct-now-ui-pro-react-native's Issues

Run in Web Browser (Module parse failed: Unexpected token (11:19))

web Failed to compile.
/Users/companyName/now-ui-pro-react-native-v1.0.0/node_modules/galio-framework/src/Toast.js 11:19
Module parse failed: Unexpected token (11:19)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|
| class Toast extends Component {

static propTypes = {
| children: PropTypes.node.isRequired,
| isShow: PropTypes.bool.isRequired,

Navigate to a different page on Pro.js page

Hi, I need to navigate to the Register page on Pro.js page on the first page, but I am not sure how to do this

in App.js we have to flow NavigationContainer but how to add the register page to it as well?

    <NavigationContainer>
    <GalioProvider theme={nowTheme}>
      <Block flex>
        <Screens />
      </Block>
    </GalioProvider>
    </NavigationContainer>

Then in pro.js page block centre

        <Block center>
          <Button
          textStyle={{ fontFamily: 'montserrat-regular', fontSize: 12 }}
          style={styles.button}
          onPress={() => navigation.navigate("Register")}
        >

When I do above, I get the below error:

  The action 'NAVIGATE' with payload {"name":"Register"} was not handled by any navigator.
  
  Do you have a screen named 'Register'?
  
  If you're trying to navigate to a screen in a nested navigator, see https://reactnavigation.org/docs/nesting- navigators#navigating-to-a-screen-in-a-nested-navigator.
  
  This is a development-only warning and won't be shown in production.

[Bug] Cannot run clean project due to @unimodules/react-native-adapter errors

Version

1.4.0

Reproduction link

https://jsfiddle.net/pfq9za34/

Operating System

macOS Big Sur 11.6

Device

Samsung Galaxy S20+

Browser & Version

Microsoft Edge Version 95.0.1020.53 (Official build) (arm64)

Steps to reproduce

To reproduce:

  • Download now-ui-pro-react-native-v1.4.0.zip and extract to now-ui-pro-react-native folder

  • Change directory to newly extracted now-ui-pro-react-native folder

  • Run npm install

  • Once npm completes installation, then run expo start

  • Browser opens as expected with no errors

  • Opening app on Android device through Expo Go or on ios simulator yields the same error:

    Android Bundling failed 20668ms
    Unable to resolve module @unimodules/react-native-adapter from /Users/mlfowler/Documents/workspaces/now-ui-pro-react-native/node_modules/@unimodules/core/build/AdapterProxy.js: @unimodules/react-native-adapter could not be found within the project.

    If you are sure the module exists, try these steps:

    1. Clear watchman watches: watchman watch-del-all
    2. Delete node_modules and run yarn install
    3. Reset Metro's cache: yarn start --reset-cache
    4. Remove the cache: rm -rf /tmp/metro-*

    1 | export * from '@unimodules/react-native-adapter';

What is expected?

Expectation is that mobile app will run and display properly once npm install has been run using included package.json file.

Expectation is that clean project should work properly out-of-the-box without having to install any new dependencies.

What is actually happening?

Mobile app is not running properly when viewing on Expo Go or ios simulator. Is erroring out with the following:

Android Bundling failed 20668ms
Unable to resolve module @unimodules/react-native-adapter from /Users/mlfowler/Documents/workspaces/now-ui-pro-react-native/node_modules/@unimodules/core/build/AdapterProxy.js: @unimodules/react-native-adapter could not be found within the project.


Solution

Manually working through all the dependencies the project is missing.

Additional comments

The theme looks great, and I want to use it. I just can't seem to get it to load and run properly due to missing dependencies.

[Bug] Not able to install dependencies and use the product

Version

v1.5.1

Reproduction link

https://jsfiddle.net/

Operating System

Mac OS X

Device

andriod simulator

Browser & Version

andriod simulator

Steps to reproduce

(base) jasvirdhillon@Jasvirs-MacBook now-ui-pro-react-native-v1.5.1 % npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @react-navigation/[email protected]
npm ERR! node_modules/@react-navigation/native
npm ERR! @react-navigation/native@"6.0.10" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @react-navigation/native@"^5.0.5" from @react-navigation/[email protected]
npm ERR! node_modules/@react-navigation/compat
npm ERR! @react-navigation/compat@"5.1.25" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! /Users/jasvirdhillon/.npm/_logs/2022-12-19T19_22_10_661Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jasvirdhillon/.npm/_logs/2022-12-19T19_22_10_661Z-debug-0.log

What is expected?

npm install should install the depencies from package.json

What is actually happening?

throwing errors
(base) jasvirdhillon@Jasvirs-MacBook now-ui-pro-react-native-v1.5.1 % npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @react-navigation/[email protected]
npm ERR! node_modules/@react-navigation/native
npm ERR! @react-navigation/native@"6.0.10" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @react-navigation/native@"^5.0.5" from @react-navigation/[email protected]
npm ERR! node_modules/@react-navigation/compat
npm ERR! @react-navigation/compat@"5.1.25" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! /Users/jasvirdhillon/.npm/_logs/2022-12-19T19_22_10_661Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jasvirdhillon/.npm/_logs/2022-12-19T19_22_10_661Z-debug-0.log


Solution

Additional comments

[Bug] Expo EAS build is failing for only Android

Version

1.6.1

Reproduction link

https://jsbin.com/puhofetoze/edit?html,output

Operating System

EAS

Device

Android

Browser & Version

Steps to reproduce

eas build --platform android

What is expected?

Build android app using the Expo EAS

What is actually happening?

Error in the "Run gradlew" step. Error log can be found here https://jsbin.com/puhofetoze/edit?html,output

Creating new worker instance
Intel, 4 vCPUs, 16 GB RAM
Using image "ubuntu-20.04-jdk-11-ndk-21.4.7075529" based on "ubuntu-2004-focal-v20220823"
Installed software:

  • NDK 21.4.7075529
  • Node.js 16.18.1
  • Bun 1.0.2
  • Yarn 1.22.17
  • pnpm 7.0.0
  • npm 8.1.2
  • Java 11
    No image was explicitly specified. Resolved builder image to 'ubuntu-20.04-jdk-11-ndk-r21e'.
  • Expo CLI 6.3.10

Solution

iOS buld using eas build --platform ios is working fine.

Additional comments

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.