Giter Club home page Giter Club logo

uikit's Introduction

UI components for react-native

Install UIKit packages

npx lerna bootstrap && npx lerna run prepare

Run Quiver UI application on web

npm run web

or

yarn web

Run Quiver UI application on mobile

Move to the Example folder cd Example

Install pods for iOS or run npm run reinstall or yarn reinstall to do it automatically

npm run start

or

yarn start

iOS

Open Example/ios folder in XCode, build and run.

Android

Open Example/android folder in Android Studio, build and run.

Publish UIKit packages

npx lerna publish --no-private

Releasing Quiver UI application

It might be necessary to install npx globally, if you still haven't just run:

npm install -g npx

This project has some sensitive data including configuration keys and keystore object. To encrypt it we use git-secret. A recommended way to install it on Mac is using Homebrew:

brew install git-secret

N.B. Before making a release build, please ensure you have an access to encrypted data by giving your GPG public key and a USER_ID (such as a key ID, a full fingerprint, an email address, or anything else that uniquely identifies that key to GPG) to any project contributor who can provide such an access.

Troubleshooting

If pod install fails with Flipper-Glog dependency try

sudo xcode-select --switch /Applications/Xcode.app

uikit's People

Contributors

aldelank avatar aleksandrhorev avatar annboo avatar annstepanova avatar aslanin avatar atomxy avatar bigroma avatar dependabot[bot] avatar dilnara avatar futurizt avatar jcma86 avatar khvoya avatar localized26 avatar lochmatij avatar melsomino avatar pheeel avatar rvtishakov avatar sanatoliis avatar savelichalex avatar sertony avatar vetkamak avatar

Stargazers

 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

uikit's Issues

Help with Flatlist + InputAccessoryView

Hey,

It looks like you have a lot of interesting stuff here related to the keyboard in React Native.

The current InputAccessoryView in React Native isn't very flexible. For example, it forces safe area insets, hides and shows at random times or just completely disappears and it seems to be affecting the FlatList automatic keyboard inset if you try to use it as a sticky keyboard (Snapchat, Whatsapp, etc) and it generally just feels like it's getting in the way of things like FlatList calculations since it's taking into account also the accessory even if the keyboard is gone.

So my question is, have you addressed all of that in any of your modules or can you comment how I might address these issues?

It looks like this project is mostly self contained, so I'm not sure where I would start besides hacking together some native module directly in my codebase.

Sorry for the long winded rant. Thanks for any helpful suggestions.

can't build on non mac pc

getPassword in Example/android/app/build.gradle uses the command security.
AFAIK security is a mac only program, and so syncing gradle with android studio failed on linux.
overwriting it with some mundane value seems to work, since I'm not actually releasing.

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.