{"id":13670012,"url":"https://github.com/carne8/Feliz.ReactNative","last_synced_at":"2025-04-27T09:31:31.033Z","repository":{"id":40363365,"uuid":"489068312","full_name":"carne8/Feliz.ReactNative","owner":"carne8","description":"React Native bindings for Feliz","archived":false,"fork":false,"pushed_at":"2023-01-07T16:40:13.000Z","size":52,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-03T09:07:01.014Z","etag":null,"topics":["fable","fable-bindings","fable-compiler","fable-elmish","fable-react","fable-react-native","fablejs","feliz","fsharp","react-native"],"latest_commit_sha":null,"homepage":"","language":"F#","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/carne8.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":"2022-05-05T17:33:25.000Z","updated_at":"2024-03-08T11:49:57.000Z","dependencies_parsed_at":"2023-02-07T16:10:31.554Z","dependency_job_id":null,"html_url":"https://github.com/carne8/Feliz.ReactNative","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carne8%2FFeliz.ReactNative","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carne8%2FFeliz.ReactNative/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carne8%2FFeliz.ReactNative/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carne8%2FFeliz.ReactNative/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carne8","download_url":"https://codeload.github.com/carne8/Feliz.ReactNative/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224067008,"owners_count":17250097,"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":["fable","fable-bindings","fable-compiler","fable-elmish","fable-react","fable-react-native","fablejs","feliz","fsharp","react-native"],"created_at":"2024-08-02T09:00:29.597Z","updated_at":"2024-11-11T07:31:06.074Z","avatar_url":"https://github.com/carne8.png","language":"F#","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# Feliz.ReactNative [![Nuget](https://img.shields.io/nuget/v/Feliz.ReactNative.svg?maxAge=0\u0026colorB=brightgreen)](https://www.nuget.org/packages/Feliz.ReactNative) [![Publish on NuGet](https://github.com/carne8/Feliz.ReactNative/actions/workflows/publish.yml/badge.svg)](https://github.com/carne8/Feliz.ReactNative/actions/workflows/publish.yml)\n\nReact Native bindings for [Feliz](https://github.com/Zaid-Ajaj/Feliz)\n\nUsage:\n\n```fsharp\nmodule App\n\nopen Feliz\nopen Feliz.ReactNative\n\n[\u003cReactComponent\u003e]\nlet Counter() =\n    let (count, setCount) = React.useState(0)\n    Comp.view [\n        Comp.text [\n            prop.style [\n                style.width 50.\n                style.height 50.\n                style.backgroundColor \"red\"\n            ]\n            prop.onPress (fun _ -\u003e setCount(count + 1))\n            prop.text \"Increment\"\n        ]\n\n        Comp.text [\n            prop.style [\n                style.width 50.\n                style.height 50.\n                style.backgroundColor \"blue\"\n            ]\n            prop.onPress (fun _ -\u003e setCount(count - 1))\n            prop.text \"Decrement\"\n        ]\n\n        Comp.text (count |\u003e string)\n    ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarne8%2FFeliz.ReactNative","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarne8%2FFeliz.ReactNative","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarne8%2FFeliz.ReactNative/lists"}