{"id":19258781,"url":"https://github.com/frintjs/frint-react-native","last_synced_at":"2025-06-15T03:02:31.780Z","repository":{"id":57241873,"uuid":"107314758","full_name":"frintjs/frint-react-native","owner":"frintjs","description":"React Native integration with FrintJS","archived":false,"fork":false,"pushed_at":"2017-11-04T16:49:52.000Z","size":8,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-15T08:46:41.058Z","etag":null,"topics":["android","frint","ios","javascript","mobile","react","react-native","rxjs"],"latest_commit_sha":null,"homepage":"https://frint.js.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frintjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-17T19:29:48.000Z","updated_at":"2021-08-10T06:53:28.000Z","dependencies_parsed_at":"2022-09-15T08:20:41.471Z","dependency_job_id":null,"html_url":"https://github.com/frintjs/frint-react-native","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frintjs/frint-react-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frintjs%2Ffrint-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frintjs%2Ffrint-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frintjs%2Ffrint-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frintjs%2Ffrint-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frintjs","download_url":"https://codeload.github.com/frintjs/frint-react-native/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frintjs%2Ffrint-react-native/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259914868,"owners_count":22931323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["android","frint","ios","javascript","mobile","react","react-native","rxjs"],"created_at":"2024-11-09T19:14:21.888Z","updated_at":"2025-06-15T03:02:31.738Z","avatar_url":"https://github.com/frintjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# frint-react-native [![npm](https://img.shields.io/npm/v/frint-react-native.svg)](https://www.npmjs.com/package/frint-react-native) [![Build Status](https://img.shields.io/travis/frintjs/frint-react-native/master.svg)](https://travis-ci.org/frintjs/frint-react-native) [![License](https://img.shields.io/github/license/frintjs/frint-react-native.svg)](https://github.com/frintjs/frint-react-native/blob/master/LICENSE)\n\n\u003e React Native integration for FrintJS.\n\n## Install\n\nYou should already have these [FrintJS](https://frint.js.org) dependencies first:\n\n```\n$ npm install --save frint frint-react\n```\n\nNow you can install the package for [React Native](https://facebook.github.io/react-native/) integration:\n\n```\n$ npm install --save frint-react-native\n```\n\n## Usage\n\nYou can write a regular FrintJS application with React first:\n\n```js\n// App.js\nimport { createApp } from 'frint';\nimport React from 'react';\nimport { View, Text } from 'react-native';\n\nfunction Root() {\n  return (\n    \u003cView\u003e\n      \u003cText\u003eHello World!\u003c/Text\u003e\n    \u003c/View\u003e\n  );\n}\n\nconst App = createApp({\n  name: 'MyReactNativeProject',\n  providers: [\n    {\n      name: 'component',\n      useValue: Root,\n    },\n  ],\n});\n\nexport default App;\n```\n\nNow instantiate and register it to React Native:\n\n```js\n// index.js\nimport { register } from 'frint-react-native';\n\nimport App from './App';\n\nconst app = new App();\nregister(app);\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrintjs%2Ffrint-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrintjs%2Ffrint-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrintjs%2Ffrint-react-native/lists"}