Skip to content

Commit 2914ee0

Browse files
committed
Update readme
1 parent 6f082d5 commit 2914ee0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Feature Flag, Remote Config and A/B Testing platform, Flagsmith](static-files/hero.png)](https://www.flagsmith.com/)
1+
[![Feature Flag, Remote Config and A/B Testing platform, Flagsmith](https://github.com/Flagsmith/flagsmith/raw/main/static-files/hero.png)](https://www.flagsmith.com/)
22

33
# react-navigation-focus-render
44

@@ -53,14 +53,14 @@ const ExpensiveComponent = () => {
5353

5454
# Example
5555

56-
You can see the [example project](/example) to see this working.
56+
This repository includes an [example project](/example) that demonstrates this working in a simple way.
5757

58-
HomeScreen:
58+
[HomeScreen](./example/app/components/screens/HomeScreen.tsx):
5959

6060
- Contains an expensive component that renders 5000 text elements and is connected to redux state "count"
6161
- You can toggle between rendering the component via FocusRender or just by itself
6262

63-
TabScreen
63+
[TabScreen](./example/app/components/screens/Tab1Screen.tsx):
6464

6565
- Contains a screen with a button that updates state "count"
6666

0 commit comments

Comments
 (0)