12-21-2017 15:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Tempo Runner
199
8
38
12-21-2017 15:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello,
I added Icons to my select.
<Select label={'Background Image'} settingsKey="myPic" options={[ {name: "Kentucky.png", value : {icon: img2}}, {name: "Canyon.png", value : {icon: img3}}, {name: "Ohio.png", value : {icon: img4}}, {name: "Split.png", value : {icon: img5}}, {name: "Hawaii.png", value : {icon: img6}}, {name: "Bahamas.png", value : {icon: img7}} ]} renderItem={ (option) => <TextImageRow label={option.name} sublabel="Images" icon={option.value.icon} /> } />
Everything displays correctly, but I get the following error and my picture does not update. Any thoughts?
[6:35:46 PM]RangeError: Encoded data too large: 44809 bytes
- restoreSettings at companion/index.js:35,7
- messaging.peerSocket.onopen at companion/index.js:9,3
Answered! Go to the Best Answer.

1 BEST ANSWER
Accepted Solutions
01-09-2018 16:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


Fitbit Developer
2266
575
1162
1 REPLY 1
01-09-2018 16:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


Fitbit Developer
2266
575
1162
