2.1.1 • Published 10 months ago

@formbricks/react-native v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Formbricks React Native SDK

npm package MIT License

Please see Formbricks Docs. Specifically, Framework Guides.

What is Formbricks

Formbricks is your go-to solution for in-product micro-surveys that will supercharge your product experience! 🚀 For more information please check out formbricks.com.

How to use this library

  1. Install the Formbricks package inside your project using npm:
npm install @formbricks/react-native
  1. Import Formbricks and initialize the widget in your main component (e.g., App.tsx or App.js):
import Formbricks, { track } from "@formbricks/react-native";

export default function App() {
  return (
    <View>
      {/* Your app code */}
      <Formbricks appUrl="https://app.formbricks.com" environmentId="your-environment-id" />
    </View>
  );
}

Replace your-environment-id with your actual environment ID. You can find your environment ID in the Connections instructions in the Formbricks Configuration pages.

For more detailed guides for different frameworks, check out our Framework Guides.

1.2.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

2.1.1

10 months ago

2.0.0-beta.2

12 months ago

2.0.0-beta.1

12 months ago

2.1.0

10 months ago

2.0.0

12 months ago

1.1.0

1 year ago

1.0.0

1 year ago

1.0.0-beta.4

1 year ago

1.0.0-beta.3

1 year ago

1.0.0-beta.2

1 year ago

1.0.0-beta.1

1 year ago

1.0.0-beta.0

1 year ago