Giter Club home page Giter Club logo

freebies's Introduction

React-UI-Kit.com freebies

Free UI screens coded using React-Native

Login

Currently there are 6 login screens, with login functionalities for Facebook, Google, Apple and backend API example and for screen navigation we used react-navigation v5 package with the latest React Hooks

1. Velvet: with Inputs + icons, social & login Buttons and a Background image for the screen

2. Sofia: with Inputs (transparent), social & login Buttons and a gradient Background for the screen

3. Gauri: with Inputs + labels, social & signin Buttons, with validation for signin button

4. Frida: with Inputs + toggle password, login Button and a gradient Background for the screen

5. Firebase: login using email & password

6. Apple: login using your Apple ID

freebies's People

Contributors

dependabot[bot] avatar hetmann avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

freebies's Issues

getting red warning cannot updated state when setting progress in drawer Content

Cannot update a component (MainDrawerStackScreen) while rendering a different component (DrawerView). To locate the bad setState() call inside DrawerView, follow the stack trace as described in https://reactjs.org/link/setstate-in-render
in DrawerView (at DrawerView.tsx:235)
in SafeAreaProviderCompat (at DrawerView.tsx:233)
in RCTView (at View.js:34)
in View (at GestureHandlerRootView.android.tsx:21)
in GestureHandlerRootView (at DrawerView.tsx:232)
in DrawerView (at createDrawerNavigator.tsx:47)
in DrawerNavigator (at Routes.js:67)

`
const drawerContent = useCallback(({progress, ...props}) => {
setProgress(progress);
return <CustomDrawer {...props} />;
}, []);

`
this happens because of setProgress(progress); what should i do to remove this warning?

Cannot update a component from inside the function body of a different component

"react": "16.13.1",
"react-native": "0.63.2",

Everything is up to date

i did find this after some google searches

New Warnings
Warnings for some updates during render
A React component should not cause side effects in other components during rendering.

It is supported to call setState during render, but only for the same component. If you call setState during a render on a different component, you will now see a warning:

Warning: Cannot update a component from inside the function body of a different component.
This warning will help you find application bugs caused by unintentional state changes. In the rare case that you intentionally want to change the state of another component as a result of rendering, you can wrap the setState call into useEffect.

this is from https://reactjs.org/blog/2020/02/26/react-v16.13.0.html

even if this warning pops up everything is working fine but i cannot find a solution to get rid of this warning

How to achieve drawer transition in react navigation v4?

Your video was quite good for achieving drawer transition but I want to do the same thing in react navigation v4. As v5 comes with component base code so its easy to provide animation there but how we can do that same in v4 as there is no component base code in stacknavigator?

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.