Gamer.Site Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. The React Native documentation discusses components, APIs, and topics that are specific to React Native. For further documentation on the React API that is shared between React Native and React DOM, refer to the React documentation. The source for the React Native documentation and website is hosted on a separate repo, @facebook/react-native ...

  3. React Native Reusables - GitHub

    github.com/mrzachnugent/react-native-reusables

    Crafted with NativeWind v4 and accessibility in mind, react-native-reusables is open source, offering a foundation for developing your own high-quality component library. This project includes only components built without third-party libraries or those that use @rn-primitives (universal radix-ui ...

  4. GitHub - gorhom/react-native-bottom-sheet: A performant...

    github.com/gorhom/react-native-bottom-sheet

    Support React Native Web 🔥; Support pull to refresh for scrollables. Support FlatList, SectionList, ScrollView & View scrolling interactions. Support React Navigation integration. Compatible with Reanimated v1-3. Compatible with Expo. Accessibility support. Written in TypeScript. Read more.

  5. GitHub - callstack/react-native-pager-view: React Native wrapper...

    github.com/callstack/react-native-pager-view

    Pager View Setup: The AnimatedPagerView component wraps PagerView in React Native's animation capabilities. It accepts multiple props from the usePager hook, such as overdragEnabled, scrollEnabled, onPageScroll, onPageSelected, and others to manage pager behavior.

  6. ReactNativeNews/React-Native-Apps - GitHub

    github.com/ReactNativeNews/React-Native-Apps

    React Native Apps is a showcase of only open source React Native apps. These apps do not have to be published to the App Store or anything, they are simply here to showcase work from within the community, and to help React Native developers by seeing how others are building and structuring their applications.

  7. React Native Debugger - GitHub

    github.com/jhen0409/react-native-debugger

    The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools - jhen0409/react-native-debugger

  8. React Native WebGPU - GitHub

    github.com/wcandillon/react-native-webgpu

    In React Native, we want to keep frame presentation as a manual operation as we plan to provide more advanced rendering options that are React Native specific. This means that when you are ready to present a frame, you need to call present on the context.

  9. React Native Vector Icons - GitHub

    github.com/oblador/react-native-vector-icons

    Elevate your React Native applications with the power of customizable vector icons. Ideal for embellishing buttons, logos, and navigation or tab bars, these icons seamlessly integrate into your projects. Their versatility makes extension and styling effortless. For the integration of .svg files ...

  10. prisma/react-native-prisma - GitHub

    github.com/prisma/react-native-prisma

    React Native support is currently a preview feature and has to be activated in your schema.prisma file. You can place this file in the root of the application: generator client { provider = "prisma-client-js" previewFeatures = ["reactNative"] } datasource db { provider = "sqlite" url = "file:./app.db" } // Your data model model User { id Int ...

  11. FaridSafi/react-native-gifted-chat - GitHub

    github.com/FaridSafi/react-native-gifted-chat

    💬 The most complete chat UI for React Native. Contribute to FaridSafi/react-native-gifted-chat development by creating an account on GitHub.