Code Monkey home page Code Monkey logo

react-native-libraries's Introduction

react-native-libraries

This repository is a megarepo that includes the code for the top React Native community library repositories. The primary use case is for the React Native team to look for usages of core APIs across the ecosystem in order to decide on changes we might want to make.

Ideally GitHub code search would be usable for us, however it often finds callsites within forks of React Native that can't be excluded from search because they aren't properly marked as a fork.

Usage

Check out this repo and grep over the libraries folder. Make sure to clone submodules too. You also don't need the history of any part of this repo or the submodules, so skip those.

git clone --depth 1 --recurse-submodules --shallow-submodules [email protected]:TheSavior/react-native-libraries.git

E.g. Finding usage of bridge.uiManager in all files with extensions *.m, *.mm, *.swift and *.h

grep -r --include=\*.{m,mm,h,swift} "bridge.uiManager"

Ideally you'd be able to use GitHub code search on this specific repo, however GitHub doesn't search through sub modules.

Updates

This repository automatically updates the library code via GitHub Workflow every day.

Thanks

This repository relies on the React Native directory's API, and we are thankful to @Simek for building that with an API!

react-native-libraries's People

Contributors

thesavior avatar realsoelynn avatar cortinico avatar

Stargazers

Ramanpreet Nara avatar Burak Çetin avatar Unai Canales avatar Tomasz Sapeta avatar Ahmed Rowaihi avatar Bartosz Kaszubowski avatar damon.chen avatar Sajjad avatar Lorenzo Sciandra avatar Manuel Rodríguez-Sánchez avatar Vijay Ahir avatar

Watchers

 avatar  avatar

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.