{"id":21863028,"url":"https://github.com/charpeni/react-native-backface-visibility","last_synced_at":"2026-04-17T11:32:41.503Z","repository":{"id":66231815,"uuid":"102634489","full_name":"charpeni/react-native-backface-visibility","owner":"charpeni","description":":books: This repository was used to test compatibility of the backfaceVisibility property on iOS and Android","archived":false,"fork":false,"pushed_at":"2017-09-06T16:53:01.000Z","size":138,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-23T16:51:33.496Z","etag":null,"topics":["animation","backface-visibility","react-native"],"latest_commit_sha":null,"homepage":"https://github.com/facebook/react-native/pull/15970","language":"Objective-C","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/charpeni.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-06T16:51:58.000Z","updated_at":"2019-04-12T03:25:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"8259d4f9-7d81-4f8c-bd59-197cff28012d","html_url":"https://github.com/charpeni/react-native-backface-visibility","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/charpeni/react-native-backface-visibility","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charpeni%2Freact-native-backface-visibility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charpeni%2Freact-native-backface-visibility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charpeni%2Freact-native-backface-visibility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charpeni%2Freact-native-backface-visibility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charpeni","download_url":"https://codeload.github.com/charpeni/react-native-backface-visibility/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charpeni%2Freact-native-backface-visibility/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31927837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["animation","backface-visibility","react-native"],"created_at":"2024-11-28T03:19:30.284Z","updated_at":"2026-04-17T11:32:41.499Z","avatar_url":"https://github.com/charpeni.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native Backface Visibility\n\nThis repository was used to test compatibility of the `backfaceVisibility` property on iOS and Android using `react-native@0.48.1`.\n\n## iOS\n\u003cimg src=\"https://user-images.githubusercontent.com/7189823/30123343-a845891c-92ff-11e7-977b-1f6e60a9eb8e.gif\" width=\"300\" /\u003e\n\n## Android\n\u003cimg src=\"https://user-images.githubusercontent.com/7189823/30123717-e5361598-9300-11e7-8e2e-a87a7a8d896a.gif\" width=\"300\" /\u003e\n\n### Flicker issue\nOn Android, we've a flicker issue if both states have not been rendered.\n\n\u003cdetails\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/7189823/30123936-9c54b6ee-9301-11e7-8ba3-20f80b1c19f4.gif\" width=\"300\" /\u003e\n\u003c/details\u003e\n\nCan be fixed with the following animation:\n\n```javascript\ncomponentWillMount() {\n  const { flipAnimation } = this.state;\n\n  if (Platform.OS === 'android') {\n    Animated.sequence([\n      Animated.timing(flipAnimation, {\n        toValue: 180,\n        duration: 1,\n        useNativeDriver: true,\n      }),\n      Animated.timing(flipAnimation, {\n        toValue: 0,\n        duration: 1,\n        useNativeDriver: true,\n      }),\n    ]).start();\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharpeni%2Freact-native-backface-visibility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharpeni%2Freact-native-backface-visibility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharpeni%2Freact-native-backface-visibility/lists"}