https://github.com/ifttt/connectsdk-reactnative
An ReactNative wrapper library for the IFTTTConnectSDK
https://github.com/ifttt/connectsdk-reactnative
Last synced: about 2 months ago
JSON representation
An ReactNative wrapper library for the IFTTTConnectSDK
- Host: GitHub
- URL: https://github.com/ifttt/connectsdk-reactnative
- Owner: IFTTT
- License: mit
- Created: 2024-07-03T22:28:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T22:29:46.000Z (about 2 years ago)
- Last Synced: 2025-12-26T11:19:14.930Z (7 months ago)
- Language: Swift
- Size: 1.18 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# connectsdk-reactnative
The ReactNative wrapper for the IFTTT ConnectSDK.
## Installation
```sh
npm install connectsdk-reactnative
```
## Usage
```js
import { ConnectButton } from 'connectsdk-reactnative';
// ...
'}
suggestedUserEmail={''}
redirectURL={'
```
## Running locally
In order to see an example of the wrapper, you'll need the following dependencies:
- yarn
- npm
- Cocoapods
1. Clone the repository
2. Run `yarn` to setup yarn dependencies
3. Go to `example/ios` folder
4. Run `pod install` to setup Cocoapods for the example project.
5. Go back to root of the repository.
6. Run `yarn example ios` to run the iOS app.
To see usage of the ConnectButton in Typescript, go to `example/src/App.tsx`.
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)