Overview

Welcome to the BuddyBoss App Codex, an online manual for BuddyBoss App and a growing repository of information to support your custom development.

If you have purchased developer access for the BuddyBoss App, you can use this codex to customize and extend the look and functionality of your app with your own React Native code.

  • Type Definitions

    Type Definitions reveal insight into the type data used by hooks, including which data you need to pass to and from each hook. View Type Definitions
  • Global CSS Styles

    Global CSS Styles are styles used throughout the app across the app's screens and components. You can overwrite any one of these styles in your code to change the look of the app. View Global CSS Styles
  • Dependecies

    Dependencies are third-party libraries used in the BuddyBoss App, which you can also make use of in your custom development. View Dependecies
  • Hooks API

    The Hooks API allows you to “hook” into and replace the output of core app code with your own by calling methods of already instantiated classes. Browse and search available hooks in the sidebar.