{"id":38581354,"url":"https://github.com/abduljeleelng/react-native-rave-sdk","last_synced_at":"2026-01-17T08:15:54.042Z","repository":{"id":63324554,"uuid":"565531005","full_name":"abduljeleelng/react-native-rave-sdk","owner":"abduljeleelng","description":"React-native-rave-sdk is the react-native wrapper for the Rave API from fluttewave to charge customer, React-native-rave-sdk using the WebView and performed server-side transaction verification at ago. React-native-rave-sdk comes with all the rave features. It worth gives a try at your next react-native project with rave API","archived":false,"fork":false,"pushed_at":"2022-12-12T14:48:06.000Z","size":990,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T16:01:00.218Z","etag":null,"topics":["flutterwave","flutterwave-api-react-native","payment","rave","react-native","react-native-flutterwave","react-native-rave","react-native-rave-sdk","react-native-rave-webview"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abduljeleelng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-13T17:45:30.000Z","updated_at":"2023-06-19T00:36:52.000Z","dependencies_parsed_at":"2023-01-27T21:01:29.693Z","dependency_job_id":null,"html_url":"https://github.com/abduljeleelng/react-native-rave-sdk","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/abduljeleelng/react-native-rave-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abduljeleelng%2Freact-native-rave-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abduljeleelng%2Freact-native-rave-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abduljeleelng%2Freact-native-rave-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abduljeleelng%2Freact-native-rave-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abduljeleelng","download_url":"https://codeload.github.com/abduljeleelng/react-native-rave-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abduljeleelng%2Freact-native-rave-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flutterwave","flutterwave-api-react-native","payment","rave","react-native","react-native-flutterwave","react-native-rave","react-native-rave-sdk","react-native-rave-webview"],"created_at":"2026-01-17T08:15:51.992Z","updated_at":"2026-01-17T08:15:54.007Z","avatar_url":"https://github.com/abduljeleelng.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n# [react-native-rave-sdk](https://developer.flutterwave.com)\n### React native Rave SDK \n\n\n```bash\nnpm install react-native-rave-sdk\n```\nor\n\n```bash\nyarn add react-native-rave-sdk\n```\n### Basic Usage\n\n```bash \nimport { StatusBar } from 'expo-status-bar';\nimport { StyleSheet, Text, View } from 'react-native';\nimport {Button } from 'react-native-paper'\n\nimport Rave from 'react-native-rave-sdk';\n\nexport default function App() {\n  const amount = 200\n  const getReference = () =\u003e {\n    let text = '';\n    let possible =\n      'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-.=';\n    for (let i = 0; i \u003c 10; i++) {\n      text += possible.charAt(Math.floor(Math.random() * possible.length));\n    }\n    return text;\n  };\n\n  \n  return (\n    \u003cView style={styles.container}\u003e\n      \u003cText\u003eReact Native Rave SDK\u003c/Text\u003e\n\n      \u003cRave \n        FLW_PUBLIC_KEY=\"FLWPUBK_TEST-c4f018d0\"\n        FLW_SECRET_KEY=\"FLWSECK_TEST-e611eba1\"\n        tx_ref={\"react-native-rave-sdk-test-\"+getReference()}\n        amount={amount}\n        currency=\"NGN\"\n        country= \"NG\"\n        payment_options=\"card\"\n        email= \"test@gmail.com\"\n        phone_number= \"080370000000\"\n        name= \"Rave SDK\"\n        title= \"Rave SDK\"\n        description= \"React native Rave SDK\"\n        logo= \"https://www.logolynx.com/images/logolynx/22/2239ca38f5505fbfce7e55bbc0604386.jpeg\"\n        onCancel={res =\u003e {\n          console.log({res})\n        }}\n        onFailed={res =\u003e {\n          console.log({res})\n        }}\n        onSuccess={res =\u003e {\n          console.log({res})\n        }}\n        onVerifyingError={res =\u003e {\n          console.log({res})\n        }}\n      /\u003e\n\n\n      \u003cText\u003e Custom Button \u003c/Text\u003e\n      \n      \u003cRave \n        FLW_PUBLIC_KEY=\"FLWPUBK_TEST-c4f018d0\"\n        FLW_SECRET_KEY=\"FLWSECK_TEST-e611eba1\"\n        tx_ref={\"react-native-rave-sdk-test-\"+getReference()}\n        amount={amount}\n        currency=\"NGN\"\n        country= \"NG\"\n        payment_options=\"card\"\n        email= \"test@gmail.com\"\n        phone_number= \"080370000000\"\n        name= \"Rave SDK\"\n        title= \"Rave SDK\"\n        description= \"React native Rave SDK\"\n        logo= \"https://www.logolynx.com/images/logolynx/22/2239ca38f5505fbfce7e55bbc0604386.jpeg\"\n        onCancel={res =\u003e {\n          console.log({res})\n        }}\n        onFailed={res =\u003e {\n          console.log({res})\n        }}\n        onSuccess={res =\u003e {\n          console.log({res})\n        }}\n        onVerifyingError={res =\u003e {\n          console.log({res})\n        }}\n        \n        customButtonProps={{\n          ButtonComp:Button,\n          icon:\"bank\",\n          children:\"Make Payement\",\n          style:{backgroundColor:\"green\"},  \n          mode: \"outlined\",\n        }}\n      /\u003e\n\n      \u003cStatusBar style=\"auto\" /\u003e\n    \u003c/View\u003e\n  );\n}\n\nconst styles = StyleSheet.create({\n  container: {\n    flex: 1,\n    backgroundColor: '#fff',\n    alignItems: 'center',\n    justifyContent: 'center',\n  },\n});\n\n\n```\n\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n=======\n\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/abduljeleelng\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46464883?v=4?s=100\" width=\"100px;\" alt=\"Abduljeleel Yusuff\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAbduljeleel Yusuff\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/abduljeleelng/react-native-rave-sdk/commits?author=abduljeleelng\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/abduljeleelng/react-native-rave-sdk/commits?author=abduljeleelng\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-abduljeleelng\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"#ideas-abduljeleelng\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/abduljeleelng/react-native-rave-sdk/commits?author=abduljeleelng\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"#tutorial-abduljeleelng\" title=\"Tutorials\"\u003e✅\u003c/a\u003e \u003ca href=\"https://github.com/abduljeleelng/react-native-rave-sdk/pulls?q=is%3Apr+reviewed-by%3Aabduljeleelng\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#example-abduljeleelng\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n  \u003ctfoot\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" size=\"13px\" colspan=\"7\"\u003e\n        \u003cimg src=\"https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg\"\u003e\n          \u003ca href=\"https://all-contributors.js.org/docs/en/bot/usage\"\u003eAdd your contributions\u003c/a\u003e\n        \u003c/img\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tfoot\u003e\n\u003c/table\u003e\n\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabduljeleelng%2Freact-native-rave-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabduljeleelng%2Freact-native-rave-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabduljeleelng%2Freact-native-rave-sdk/lists"}