File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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/ )
2
2
3
3
# react-navigation-focus-render
4
4
@@ -53,14 +53,14 @@ const ExpensiveComponent = () => {
53
53
54
54
# Example
55
55
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 .
57
57
58
- HomeScreen:
58
+ [ HomeScreen] ( ./example/app/components/screens/HomeScreen.tsx ) :
59
59
60
60
- Contains an expensive component that renders 5000 text elements and is connected to redux state "count"
61
61
- You can toggle between rendering the component via FocusRender or just by itself
62
62
63
- TabScreen
63
+ [ TabScreen] ( ./example/app/components/screens/Tab1Screen.tsx ) :
64
64
65
65
- Contains a screen with a button that updates state "count"
66
66
You can’t perform that action at this time.
0 commit comments